Fix typo -- no ROMVARS for normal targets.

This commit is contained in:
Jim Paris 2010-09-24 18:06:36 -04:00
parent 7fb074c060
commit 50306de9c3

View file

@ -63,7 +63,7 @@ endef
# Targets that need space for rom variables:
$(foreach t, $(TARGETS_ROMVARS), $(eval $(call build_elf_rule,$(t),$(SRCLIB_ROMVARS))))
# All other targets (wildcard rule):
$(eval $(call build_elf_rule,%,$(SRCLIB_ROMVARS)))
$(eval $(call build_elf_rule,%,$(SRCLIB)))
# Generic rules
%.srec: %.elf