X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=0a674bfd2aebd893cfb725f454fb986745377349;hb=f91e0c4c773c9faeabf2d66a6b9fca54bb1b5ee2;hp=386972890dbf0428b79b86a99a72952d232109c8;hpb=e186851ae4f0a4c8b75108930b61a5f74baf6ed4;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index 386972890d..0a674bfd2a 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2015 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc1 +EXTRAVERSION = -rc2 NAME = # *DOCUMENTATION* @@ -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) \