X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=scripts%2FMakefile.build;h=341b58902ffced6d70801f6e90ea85f60bcee88d;hb=b5f54b07c06f6e438a4fee92c27423e880d8816b;hp=d5425660a3df195d02d2942d079b4de79843d7a2;hpb=51b563fc93c8cb5bff1d67a0a71c374e4a4ea049;p=safe%2Fjmp%2Flinux-2.6 diff --git a/scripts/Makefile.build b/scripts/Makefile.build index d542566..341b589 100644 --- a/scripts/Makefile.build +++ b/scripts/Makefile.build @@ -271,7 +271,7 @@ targets += $(extra-y) $(MAKECMDGOALS) $(always) # --------------------------------------------------------------------------- quiet_cmd_cpp_lds_S = LDS $@ cmd_cpp_lds_S = $(CPP) $(cpp_flags) -P -C -U$(ARCH) \ - -D__ASSEMBLY__ -o $@ $< + -D__ASSEMBLY__ -DLINKER_SCRIPT -o $@ $< $(obj)/%.lds: $(src)/%.lds.S FORCE $(call if_changed_dep,cpp_lds_S)