Fix typo -- no ROMVARS for normal targets.
This commit is contained in:
parent
7fb074c060
commit
50306de9c3
|
@ -63,7 +63,7 @@ endef
|
||||||
# Targets that need space for rom variables:
|
# Targets that need space for rom variables:
|
||||||
$(foreach t, $(TARGETS_ROMVARS), $(eval $(call build_elf_rule,$(t),$(SRCLIB_ROMVARS))))
|
$(foreach t, $(TARGETS_ROMVARS), $(eval $(call build_elf_rule,$(t),$(SRCLIB_ROMVARS))))
|
||||||
# All other targets (wildcard rule):
|
# All other targets (wildcard rule):
|
||||||
$(eval $(call build_elf_rule,%,$(SRCLIB_ROMVARS)))
|
$(eval $(call build_elf_rule,%,$(SRCLIB)))
|
||||||
|
|
||||||
# Generic rules
|
# Generic rules
|
||||||
%.srec: %.elf
|
%.srec: %.elf
|
||||||
|
|
Loading…
Reference in a new issue