From f66483699517a8c8e1b12bf52518c84d77a252f9 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 25 Jan 2011 02:47:15 +0100 Subject: Adding copy of the mutable rom data into its position in ram, and fixing makefiles to have a proper dependency tree on the libraries. --- target-rules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target-rules.mk') diff --git a/target-rules.mk b/target-rules.mk index 29eee1f..1edcc7a 100644 --- a/target-rules.mk +++ b/target-rules.mk @@ -15,7 +15,7 @@ TARGET_MAP = $(addsuffix .map, $(basename $(TARGET))) TARGET_OBJS += $(addsuffix .o, $(basename $(TARGET))) endif -$(TARGET_ELF): $(TARGET_OBJS) +$(TARGET_ELF): $(TARGET_OBJS) $(LIBDEPS) $(E) "[TL] Linking $@" $(Q)$(TARGET_LD) -Wl,--gc-sections -Wl,-O3 -Wl,-Map=$(TARGET_MAP) -o $@ $^ -T$(LDSCRIPT) $(LIBS) -- cgit v1.2.3