summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-08-28 23:58:30 -0700
committerJohn Rigby <jrigby@freescale.com>2008-08-29 13:58:12 -0600
commit6b5049d056cd8ef72d1f2f461ceb2d033d93f759 (patch)
treecca45e6f4a3f1bf1127860214b8db0922d1f6962 /drivers/net/Makefile
parent80b00af01b3c9154774de2936f05a051e92f6a03 (diff)
downloadtalos-obmc-uboot-6b5049d056cd8ef72d1f2f461ceb2d033d93f759.tar.gz
talos-obmc-uboot-6b5049d056cd8ef72d1f2f461ceb2d033d93f759.zip
Move MPC512x_FEC driver to drivers/net
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r--drivers/net/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile
index c68d3e7a20..a084000a93 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -42,6 +42,7 @@ COBJS-$(CONFIG_DRIVER_LAN91C96) += lan91c96.o
COBJS-$(CONFIG_MACB) += macb.o
COBJS-$(CONFIG_MCFFEC) += mcffec.o
COBJS-$(CONFIG_MPC5xxx_FEC) += mpc5xxx_fec.o
+COBJS-$(CONFIG_MPC512x_FEC) += mpc512x_fec.o
COBJS-$(CONFIG_NATSEMI) += natsemi.o
ifeq ($(CONFIG_DRIVER_NE2000),y)
COBJS-y += ne2000.o
OpenPOWER on IntegriCloud