diff options
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 5 |
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 | ||
26 | gianfar_driver-objs := gianfar.o \ | 26 | gianfar_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 | ||
31 | obj-$(CONFIG_UCC_GETH) += ucc_geth_driver.o | 30 | obj-$(CONFIG_UCC_GETH) += ucc_geth_driver.o |
32 | ucc_geth_driver-objs := ucc_geth.o ucc_geth_mii.o ucc_geth_ethtool.o | 31 | ucc_geth_driver-objs := ucc_geth.o ucc_geth_ethtool.o |
32 | |||
33 | obj-$(CONFIG_FSL_PQ_MDIO) += fsl_pq_mdio.o | ||
33 | 34 | ||
34 | # | 35 | # |
35 | # link order important here | 36 | # link order important here |