summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-02-28 00:49:47 +0000
committerwdenk <wdenk>2003-02-28 00:49:47 +0000
commit6069ff265362ef6239749b5f598b137f407b821e (patch)
tree991432052f2aa7da45d8c1d51db9f80478d7e75d /drivers/Makefile
parent2a9e02ead3024f33658f1f4110834d0601dd6b2f (diff)
downloadblackbird-obmc-uboot-6069ff265362ef6239749b5f598b137f407b821e.tar.gz
blackbird-obmc-uboot-6069ff265362ef6239749b5f598b137f407b821e.zip
* Add support for 16 MB flash configuration of TRAB board
* Patch by Erwin Rol, 27 Feb 2003: Add support for RTEMS * Add image information to README * Fix dual PCMCIA slot support (when running with just one slot populated) * Add VFD type detection to trab board * extend drivers/cs8900.c driver to synchronize ethaddr environment variable with value in the EEPROM * Start adding MIPS support files
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index afea752246..65de8b5c35 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -28,12 +28,13 @@ include $(TOPDIR)/config.mk
LIB = libdrivers.a
OBJS = 3c589.o 5701rls.o bcm570x.o bcm570x_autoneg.o \
- cfb_console.o cs8900.o dc2114x.o eepro100.o \
- i8042.o natsemi.o ns16550.o ns8382x.o ns87308.o \
+ cfb_console.o cs8900.o ct69000.o dc2114x.o \
+ eepro100.o i8042.o inca-ip_sw.o \
+ natsemi.o ns16550.o ns8382x.o ns87308.o \
pci.o pci_auto.o pci_indirect.o \
pcnet.o sed13806.o serial.o \
smc91111.o smiLynxEM.o sym53c8xx.o \
- tigon3.o w83c553f.o ct69000.o
+ tigon3.o w83c553f.o
all: $(LIB)
OpenPOWER on IntegriCloud