summaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile
diff options
context:
space:
mode:
authorBen Warren <biggerbadderben@gmail.com>2008-08-28 23:58:29 -0700
committerJohn Rigby <jrigby@freescale.com>2008-08-29 13:58:07 -0600
commit80b00af01b3c9154774de2936f05a051e92f6a03 (patch)
tree6fe630739a116a631e371585a22d976170b40cf7 /drivers/net/Makefile
parent8a490422bed685c9491274ec997f62061d88620b (diff)
downloadblackbird-obmc-uboot-80b00af01b3c9154774de2936f05a051e92f6a03.tar.gz
blackbird-obmc-uboot-80b00af01b3c9154774de2936f05a051e92f6a03.zip
Move MPC5xxx_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 bcf31cbe27..c68d3e7a20 100644
--- a/drivers/net/Makefile
+++ b/drivers/net/Makefile
@@ -41,6 +41,7 @@ COBJS-$(CONFIG_DRIVER_KS8695ETH) += ks8695eth.o
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_NATSEMI) += natsemi.o
ifeq ($(CONFIG_DRIVER_NE2000),y)
COBJS-y += ne2000.o
OpenPOWER on IntegriCloud