]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - arch/sh/lib/Makefile
Merge branch 'master' of git://git.denx.de/u-boot-sh
[karo-tx-uboot.git] / arch / sh / lib / Makefile
index 7f6039699dafadbb675e04a0e402d5ba473305aa..c0670cbc88c7d87095ae95a3dc35cbe98ac43e10 100644 (file)
@@ -31,6 +31,9 @@ COBJS-y       += time_sh2.o
 else
 COBJS-y        += time.o
 endif
+ifeq ($(CONFIG_CMD_SH_ZIMAGEBOOT),y)
+COBJS-y += zimageboot.o
+endif
 
 SRCS   := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c)
 OBJS   := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y))