diff options
author | Ben Warren <biggerbadderben@gmail.com> | 2008-08-28 23:58:29 -0700 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2008-08-29 13:58:07 -0600 |
commit | 80b00af01b3c9154774de2936f05a051e92f6a03 (patch) | |
tree | 6fe630739a116a631e371585a22d976170b40cf7 /drivers/net/Makefile | |
parent | 8a490422bed685c9491274ec997f62061d88620b (diff) | |
download | u-boot-imx-80b00af01b3c9154774de2936f05a051e92f6a03.zip u-boot-imx-80b00af01b3c9154774de2936f05a051e92f6a03.tar.gz u-boot-imx-80b00af01b3c9154774de2936f05a051e92f6a03.tar.bz2 |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index bcf31cb..c68d3e7 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 |