mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
makefiles: additional dependency of ELFFILE on LD_SCRIPTS
The additional dependency of the ELFFILE variable on a LD_SCRIPTS variable allows to define rules for the generation of the used ld files from configurable LD templates.
This commit is contained in:
parent
ca3b259add
commit
d000e19754
@ -731,7 +731,7 @@ else
|
|||||||
link: ..compiler-check ..build-message $(BASELIBS) $(ARCHIVES) ..module-check
|
link: ..compiler-check ..build-message $(BASELIBS) $(ARCHIVES) ..module-check
|
||||||
endif # RIOTNOLINK
|
endif # RIOTNOLINK
|
||||||
|
|
||||||
$(ELFFILE): $(BASELIBS) $(ARCHIVES)
|
$(ELFFILE): $(BASELIBS) $(ARCHIVES) $(LD_SCRIPTS)
|
||||||
$(Q)$(_LINK) -o $@
|
$(Q)$(_LINK) -o $@
|
||||||
|
|
||||||
.PHONY: $(APPLICATION_MODULE).module
|
.PHONY: $(APPLICATION_MODULE).module
|
||||||
|
Loading…
Reference in New Issue
Block a user