]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/RPXClassic/Makefile
* Fix startup problems with VFD display on TRAB
[karo-tx-uboot.git] / board / RPXClassic / Makefile
index ef173d036632038e492a2438decd93712cbc9415..857e9a880740e2dabb6e738e7899dc841db59f4a 100644 (file)
@@ -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 $@ $^