X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=Makefile;h=14f782ecb554924f8b98ab64b3f67529c9c73d8e;hb=14f66d65a33f622b8138ab0fcd1e18060a2355c2;hp=bc47d98931ab7790f6d394c85118f33af561d912;hpb=980267a1445b7b4d8e8d05ef57799d92ba4a2ee3;p=platform%2Fkernel%2Fu-boot.git diff --git a/Makefile b/Makefile index bc47d98..14f782e 100644 --- a/Makefile +++ b/Makefile @@ -876,7 +876,7 @@ endif # Create a file containing the configuration options the image was built with quiet_cmd_cpp_cfg = CFG $@ cmd_cpp_cfg = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \ - -D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o $@ $< + -DDO_DEPS_ONLY -D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o $@ $< MKIMAGEFLAGS_u-boot.img = -A $(ARCH) -T firmware -C none -O u-boot \ -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_UBOOT_START) \ @@ -1232,7 +1232,8 @@ endef define filechk_timestamp.h (LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"'; \ - LC_ALL=C date +'#define U_BOOT_TIME "%T"') + LC_ALL=C date +'#define U_BOOT_TIME "%T"'; \ + LC_ALL=C date +'#define U_BOOT_TZ "%z"') endef $(version_h): include/config/uboot.release FORCE