summaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-04-15 21:16:42 +0000
committerwdenk <wdenk>2004-04-15 21:16:42 +0000
commit5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792 (patch)
tree0344d3f34787ac866ea95bda6112ae6e94733d26 /drivers/Makefile
parent04a85b3b36fdbaaac5fa95d61f59f481bbcf7520 (diff)
downloadbarebox-5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792.tar.gz
barebox-5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792.tar.xz
* Patches by Pantelis Antoniou, 30 Mar 2004:
- add support for the Epson 156x series of graphical displays (These displays are serial and not suitable for using a normal framebuffer console on them) - add infrastructure needed in order to POST any DSPs in a board
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 0036d65224..ff6b6d294c 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -38,7 +38,7 @@ OBJS = 3c589.o 5701rls.o ali512x.o \
pcnet.o plb2800_eth.o \
ps2ser.o ps2mult.o pc_keyb.o keyboard.o \
rtl8019.o rtl8139.o \
- s3c24x0_i2c.o sed13806.o \
+ s3c24x0_i2c.o sed13806.o sed156x.o \
serial.o serial_max3100.o serial_pl011.o serial_pl010.o \
smc91111.o smiLynxEM.o status_led.o sym53c8xx.o \
ti_pci1410a.o tigon3.o w83c553f.o omap1510_i2c.o \