18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# Makefile for the Freescale network device drivers.
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ciobj-$(CONFIG_FEC) += fec.o
78c2ecf20Sopenharmony_cifec-objs :=fec_main.o fec_ptp.o
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciobj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx.o
108c2ecf20Sopenharmony_ciifeq ($(CONFIG_FEC_MPC52xx_MDIO),y)
118c2ecf20Sopenharmony_ci	obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx_phy.o
128c2ecf20Sopenharmony_ciendif
138c2ecf20Sopenharmony_ciobj-$(CONFIG_FS_ENET) += fs_enet/
148c2ecf20Sopenharmony_ciobj-$(CONFIG_FSL_PQ_MDIO) += fsl_pq_mdio.o
158c2ecf20Sopenharmony_ciobj-$(CONFIG_FSL_XGMAC_MDIO) += xgmac_mdio.o
168c2ecf20Sopenharmony_ciobj-$(CONFIG_GIANFAR) += gianfar_driver.o
178c2ecf20Sopenharmony_cigianfar_driver-objs := gianfar.o \
188c2ecf20Sopenharmony_ci		gianfar_ethtool.o
198c2ecf20Sopenharmony_ciobj-$(CONFIG_UCC_GETH) += ucc_geth_driver.o
208c2ecf20Sopenharmony_ciucc_geth_driver-objs := ucc_geth.o ucc_geth_ethtool.o
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ciobj-$(CONFIG_FSL_FMAN) += fman/
238c2ecf20Sopenharmony_ciobj-$(CONFIG_FSL_DPAA_ETH) += dpaa/
248c2ecf20Sopenharmony_ci
258c2ecf20Sopenharmony_ciobj-$(CONFIG_FSL_DPAA2_ETH) += dpaa2/
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ciobj-y += enetc/
28