]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/karo/tx53/Makefile
Update from 2013.01 to 2013.07
[karo-tx-uboot.git] / board / karo / tx53 / Makefile
index 3c106666d36a8f8e9ba8d27bada9972d1381c53a..9ac5e7ca9cb81d55e1913f64df81e6835af9f510 100644 (file)
@@ -21,6 +21,9 @@ LDSCRIPT := $(BOARDDIR)/u-boot.lds
 LIB    = $(obj)lib$(BOARD).o
 
 COBJS  := tx53.o
+ifeq ($(CONFIG_CMD_ROMUPDATE),y)
+       COBJS += flash.o
+endif
 SOBJS  := lowlevel_init.o
 
 SRCS   := $(SOBJS:.o=.S) $(COBJS:.o=.c)