diff options
author | wdenk <wdenk> | 2004-04-15 21:16:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-04-15 21:16:42 +0000 |
commit | 5a8c51cd5ef87195e05cdd9aaf2f1dcc753c9792 (patch) | |
tree | 0344d3f34787ac866ea95bda6112ae6e94733d26 /drivers/Makefile | |
parent | 04a85b3b36fdbaaac5fa95d61f59f481bbcf7520 (diff) |
* 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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 0036d652245..ff6b6d294c3 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 \ |