diff options
author | Reinhard Meyer (-VC) <reinhard.meyer@emk-elektronik.de> | 2010-08-06 18:42:07 +0200 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2010-10-11 22:47:48 -0700 |
commit | b7081d91977aa3bf0cfc8284a463bd3901d0d6ad (patch) | |
tree | a06299dbe930e6e84fb84bda2393f1af304f06c4 /drivers/net/Makefile | |
parent | 91955834f5f4f58a6919a3005a8a4061cbbe7910 (diff) | |
download | u-boot-imx-b7081d91977aa3bf0cfc8284a463bd3901d0d6ad.zip u-boot-imx-b7081d91977aa3bf0cfc8284a463bd3901d0d6ad.tar.gz u-boot-imx-b7081d91977aa3bf0cfc8284a463bd3901d0d6ad.tar.bz2 |
NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c
This patch is required before the upcoming new enc28j60 driver
using SPI framework patch can be applied:
- Move legacy enc28j60.c to enc28j60_lpc2292.c.
- Change Makefile and the two affected boards' definition files.
Tested with ./MAKEALL ARM7 that both boards still compile.
Signed-off-by: Reinhard Meyer<info@emk-elektronik.de>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/Makefile')
-rw-r--r-- | drivers/net/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index 218eeff..479954d 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile @@ -39,7 +39,7 @@ COBJS-$(CONFIG_DRIVER_DM9000) += dm9000x.o COBJS-$(CONFIG_DNET) += dnet.o COBJS-$(CONFIG_E1000) += e1000.o COBJS-$(CONFIG_EEPRO100) += eepro100.o -COBJS-$(CONFIG_ENC28J60) += enc28j60.o +COBJS-$(CONFIG_ENC28J60_LPC2292) += enc28j60_lpc2292.o COBJS-$(CONFIG_EP93XX) += ep93xx_eth.o COBJS-$(CONFIG_ETHOC) += ethoc.o COBJS-$(CONFIG_FEC_MXC) += fec_mxc.o |