X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fsh%2Flib%2FMakefile;h=c0670cbc88c7d87095ae95a3dc35cbe98ac43e10;hb=45ce6f9e35663ea69fcb268e18e9e7f9fda4881d;hp=7f6039699dafadbb675e04a0e402d5ba473305aa;hpb=ac8983bcba75576c50307b5e8dc8fb848740ee61;p=oweals%2Fu-boot.git diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 7f6039699d..c0670cbc88 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile @@ -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))