diff options
author | wdenk | 2002-12-03 21:28:10 +0000 |
---|---|---|
committer | wdenk | 2002-12-03 21:28:10 +0000 |
commit | a6c7ad2f65afaa717ba19cbf9d8d138b5f10ccf9 (patch) | |
tree | 45512cd627310dd322ea38fc9f63109560276475 /board/RPXClassic/Makefile | |
parent | ea909b7604306a400ee3abf57e2fa7b2dde5dde1 (diff) |
* Fix startup problems with VFD display on TRAB
* Patch by Pierre Aubert, 20 Nov 2002
Add driver for Epson SED13806 graphic controller.
Add support for BMP logos in cfb_console driver.
Diffstat (limited to 'board/RPXClassic/Makefile')
-rw-r--r-- | board/RPXClassic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/RPXClassic/Makefile b/board/RPXClassic/Makefile index ef173d03663..857e9a88074 100644 --- a/board/RPXClassic/Makefile +++ b/board/RPXClassic/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS = $(BOARD).o flash.o +OBJS = $(BOARD).o flash.o eccx.o $(LIB): .depend $(OBJS) $(AR) crv $@ $^ |