aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index aca8492db654..3f8cb311e077 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -25,11 +25,12 @@ obj-$(CONFIG_JME) += jme.o
25 25
26gianfar_driver-objs := gianfar.o \ 26gianfar_driver-objs := gianfar.o \
27 gianfar_ethtool.o \ 27 gianfar_ethtool.o \
28 gianfar_mii.o \
29 gianfar_sysfs.o 28 gianfar_sysfs.o
30 29
31obj-$(CONFIG_UCC_GETH) += ucc_geth_driver.o 30obj-$(CONFIG_UCC_GETH) += ucc_geth_driver.o
32ucc_geth_driver-objs := ucc_geth.o ucc_geth_mii.o ucc_geth_ethtool.o 31ucc_geth_driver-objs := ucc_geth.o ucc_geth_ethtool.o
32
33obj-$(CONFIG_FSL_PQ_MDIO) += fsl_pq_mdio.o
33 34
34# 35#
35# link order important here 36# link order important here