diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-05-09 11:37:56 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-05-09 11:37:56 +0100 |
commit | b0d8f5bf0d215adc9424cb228b2484dbf07f7761 (patch) | |
tree | ddb50f27491089e4e270833cd4d9d33c55ced861 /drivers/Makefile | |
parent | 29f3be0caf0799ca6b89dfd9824c15619a50000f (diff) | |
download | u-boot-b0d8f5bf0d215adc9424cb228b2484dbf07f7761.tar.gz |
New board SMN42 branch
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index d68cba682b..c7fcc3f23e 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -30,7 +30,7 @@ LIB = $(obj)libdrivers.a COBJS = 3c589.o 5701rls.o ali512x.o atmel_usart.o \ bcm570x.o bcm570x_autoneg.o cfb_console.o cfi_flash.o \ cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o \ - e1000.o eepro100.o \ + e1000.o eepro100.o enc28j60.o \ i8042.o inca-ip_sw.o keyboard.o \ lan91c96.o macb.o \ natsemi.o ne2000.o netarm_eth.o netconsole.o \ |