From 50306de9c348dfba83ad7a97c19606847d969cd0 Mon Sep 17 00:00:00 2001 From: Jim Paris Date: Fri, 24 Sep 2010 18:06:36 -0400 Subject: [PATCH] Fix typo -- no ROMVARS for normal targets. --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index f50bc07c4..4251eb9ed 100644 --- a/Makefile.include +++ b/Makefile.include @@ -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