* 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
diff --git a/drivers/Makefile b/drivers/Makefile
index afea752..65de8b5 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -28,12 +28,13 @@
 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)