X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Makefile;h=3516671320e8eb807b861575c251ee1e1c0cbde3;hb=bf5dd78cd4b26e8e9186311da14793110b9c3278;hp=399c5a5b549d7d13a324b3f0c618e34eb2f6f5e7;hpb=de76610545f4350f8e3eac7c0c4ff6349106a9bf;p=u-boot diff --git a/Makefile b/Makefile index 399c5a5b54..3516671320 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION = 2018 PATCHLEVEL = 07 SUBLEVEL = -EXTRAVERSION = -rc2 +EXTRAVERSION = NAME = # *DOCUMENTATION* @@ -1053,11 +1053,6 @@ ifndef CONFIG_SYS_UBOOT_START CONFIG_SYS_UBOOT_START := 0 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 \ - -DDO_DEPS_ONLY -D__ASSEMBLY__ -x assembler-with-cpp -P -dM -E -o $@ $< - # Boards with more complex image requirments can provide an .its source file # or a generator script ifneq ($(CONFIG_SPL_FIT_SOURCE),"")