diff options
author | Wolfgang Denk <wd@denx.de> | 2011-01-12 23:59:53 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-01-12 23:59:53 +0100 |
commit | c6b734f5aea2ba75caaa1929f7e649ecda8d2f31 (patch) | |
tree | 3359c7fafc959e4a9a4cabb416b726890c8c0c92 /arch/sh/lib/Makefile | |
parent | 072f4125f1df8e9a25b3d8f4298b000183763cf4 (diff) | |
parent | a972089a5bf7613334088f60e2ae92fc25a8749b (diff) | |
download | u-boot-imx-c6b734f5aea2ba75caaa1929f7e649ecda8d2f31.zip u-boot-imx-c6b734f5aea2ba75caaa1929f7e649ecda8d2f31.tar.gz u-boot-imx-c6b734f5aea2ba75caaa1929f7e649ecda8d2f31.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-sh
Diffstat (limited to 'arch/sh/lib/Makefile')
-rw-r--r-- | arch/sh/lib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile index 7f60396..c0670cb 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)) |