]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - scripts/Makefile.spl
kbuild: define DO_DEPS_ONLY for u-boot.cfg to fix build error
[people/ms/u-boot.git] / scripts / Makefile.spl
index ea671378d0cb620bdc4d449a1a59a5d8dfcd9ed1..fd572f4b47b3e561914deb3b3c2fd5c52874d894 100644 (file)
@@ -167,7 +167,7 @@ all:        $(ALL-y)
 
 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 $@ $<
 
 $(obj)/$(SPL_BIN).cfg: include/config.h
        $(call if_changed,cpp_cfg)