From 6d19275876bf8a92d966e1b64d433a7edabb3a91 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Tue, 17 Jan 2012 15:08:08 +0100 Subject: Hosted: Output map files after linking. Change-Id: I5ac64d781aaa1aa2b3157589f8e689c0d946a39f --- apps/plugins/plugins.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/plugins.make') diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make index 1bf78d8..76cdea6 100644 --- a/apps/plugins/plugins.make +++ b/apps/plugins/plugins.make @@ -105,7 +105,7 @@ $(BUILDDIR)/apps/plugins/%.o: $(ROOTDIR)/apps/plugins/%.c $(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) -I$(dir $<) $(PLUGINFLAGS) -c $< -o $@ ifdef APP_TYPE - PLUGINLDFLAGS = $(SHARED_LDFLAG) # <-- from Makefile + PLUGINLDFLAGS = $(SHARED_LDFLAG) -Wl,-Map,$*.map PLUGINFLAGS += $(SHARED_CFLAGS) # <-- from Makefile else PLUGINLDFLAGS = -T$(PLUGINLINK_LDS) -Wl,--gc-sections -Wl,-Map,$*.map -- cgit v1.1