diff options
author | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-06-21 20:55:27 -0400 |
---|---|---|
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | 2011-08-11 19:29:35 -0400 |
commit | baf0fbfe7ea34cd676e3362a62033d8ca1c52d99 (patch) | |
tree | 339eac61055d73c8301169ca46591eb7717b93a9 /drivers/net/Makefile | |
parent | b47da97728c045a8fd75f36e59ba08cddc8f2292 (diff) |
ftgmac100/ftmac100: Move the Faraday drivers
Move the Faraday driver into drivers/net/ethernet/faraday/ and
make the necessary Kconfig and Makefile changes.
CC: "Po-Yu Chuang" <ratbert@faraday-tech.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Acked-by: Po-Yu Chuang <ratbert@faraday-tech.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index ffcb6090e40f..0b341dc04c13 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
@@ -79,8 +79,6 @@ ifeq ($(CONFIG_FEC_MPC52xx_MDIO),y) | |||
79 | obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx_phy.o | 79 | obj-$(CONFIG_FEC_MPC52xx) += fec_mpc52xx_phy.o |
80 | endif | 80 | endif |
81 | obj-$(CONFIG_FORCEDETH) += forcedeth.o | 81 | obj-$(CONFIG_FORCEDETH) += forcedeth.o |
82 | obj-$(CONFIG_FTGMAC100) += ftgmac100.o | ||
83 | obj-$(CONFIG_FTMAC100) += ftmac100.o | ||
84 | 82 | ||
85 | obj-$(CONFIG_TSI108_ETH) += tsi108_eth.o | 83 | obj-$(CONFIG_TSI108_ETH) += tsi108_eth.o |
86 | obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o | 84 | obj-$(CONFIG_MV643XX_ETH) += mv643xx_eth.o |