diff options
author | wdenk | 2003-05-18 11:30:09 +0000 |
---|---|---|
committer | wdenk | 2003-05-18 11:30:09 +0000 |
commit | 66fd3d1ce732d9168d6a056986231ada8dfa500e (patch) | |
tree | 4b0d3f9094ef6525c631baf01268d21317496e81 /drivers/Makefile | |
parent | 45219c46605f9b933ab454738ee4ce543d5b70d6 (diff) |
Add support for CompactFlash on ATC board
(includes support for Intel 82365 and compatible PC Card controllers,
and Yenta-compatible PCI-to-CardBus controllers)
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 2101a278a35..c28ed9f00a1 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -30,8 +30,8 @@ LIB = libdrivers.a OBJS = 3c589.o 5701rls.o at91rm9200_ether.o \ bcm570x.o bcm570x_autoneg.o \ cfb_console.o cs8900.o ct69000.o dc2114x.o \ - eepro100.o i8042.o inca-ip_sw.o lan91c96.o\ - natsemi.o ns16550.o ns8382x.o ns87308.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 \ pcnet.o plb2800_eth.o \ s3c24x0_i2c.o sed13806.o serial.o \ |