diff options
author | wdenk | 2005-01-09 23:16:25 +0000 |
---|---|---|
committer | wdenk | 2005-01-09 23:16:25 +0000 |
commit | 8ed9604613398660f9ee855060661da8809d4045 (patch) | |
tree | 7901e427798e0d09ad53038d7b6112e10556ceae /drivers/Makefile | |
parent | ff36fd8591776405eeb3a086ba1136bf1ece2ffb (diff) |
* Patches by Richard Woodruff, 01 Oct 2004:
add support for the TI OMAP2420 processor and its H4 reference
board
* Patch by Christian Pellegrin, 24 Sep 2004:
Added support for NE2000 compatible (DP8390, DP83902) NICs.
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 8b73d66d273..cc13a7f221b 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -32,9 +32,10 @@ OBJS = 3c589.o 5701rls.o ali512x.o \ cs8900.o ct69000.o dataflash.o dc2114x.o dm9000x.o \ e1000.o eepro100.o \ i8042.o i82365.o inca-ip_sw.o keyboard.o \ - lan91c96.o natsemi.o netarm_eth.o netconsole.o \ + lan91c96.o \ + natsemi.o ne2000.o netarm_eth.o netconsole.o \ ns16550.o ns8382x.o ns87308.o omap1510_i2c.o \ - pci.o pci_auto.o pci_indirect.o \ + omap24xx_i2c.o pci.o pci_auto.o pci_indirect.o \ pcnet.o plb2800_eth.o \ ps2ser.o ps2mult.o pc_keyb.o \ rtl8019.o rtl8139.o rtl8169.o \ |