]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - Makefile
build: Use filechk rules to create and update u-boot.lds
[karo-tx-uboot.git] / Makefile
index 01918690407736320645b8ef9d91a32ebae60800..6aaf1169c55af172477b7f701437696233bb339d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1093,12 +1093,13 @@ depend dep:
        @echo '*** Warning: make $@ is unnecessary now.'
 
 # ---------------------------------------------------------------------------
-quiet_cmd_cpp_lds = LDS     $@
-cmd_cpp_lds = $(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
-               -D__ASSEMBLY__ -x assembler-with-cpp -P -o $@ $<
+define filechk_ubootlds
+       ($(CPP) -Wp,-MD,$(depfile) $(cpp_flags) $(LDPPFLAGS) -ansi \
+               -D__ASSEMBLY__ -x assembler-with-cpp -P -o - -)
+endef
 
 u-boot.lds: $(LDSCRIPT) prepare FORCE
-       $(call if_changed_dep,cpp_lds)
+       $(call filechk,ubootlds)
 
 PHONY += nand_spl
 nand_spl: prepare