diff options
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 277d6f68c6..c1fa4193e8 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -30,7 +30,8 @@ LIB = libdrivers.a OBJS = 3c589.o 5701rls.o ali512x.o at91rm9200_ether.o \ bcm570x.o bcm570x_autoneg.o cfb_console.o \ cs8900.o ct69000.o dc2114x.o \ - eepro100.o i8042.o i82365.o inca-ip_sw.o \ + e1000.o eepro100.o \ + i8042.o i82365.o inca-ip_sw.o \ lan91c96.o natsemi.o \ ns16550.o ns8382x.o ns87308.o \ pci.o pci_auto.o pci_indirect.o \ |