]> git.sur5r.net Git - u-boot/blobdiff - Makefile
net: Move the CMD_NET config to defconfigs
[u-boot] / Makefile
index 386972890dbf0428b79b86a99a72952d232109c8..14f782ecb554924f8b98ab64b3f67529c9c73d8e 100644 (file)
--- 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) \