summaryrefslogtreecommitdiffstats
path: root/apps/plugins/plugins.make
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-01-17 15:08:08 +0100
committerThomas Martitz <kugel@rockbox.org>2012-01-21 18:39:19 +0100
commit6d19275876bf8a92d966e1b64d433a7edabb3a91 (patch)
treeeac92abac2a8fe698f64ae715005f475633c2355 /apps/plugins/plugins.make
parent856bb420377d4c39abcdf274d79e8f064fe33e86 (diff)
downloadrockbox-6d19275876bf8a92d966e1b64d433a7edabb3a91.tar.gz
rockbox-6d19275876bf8a92d966e1b64d433a7edabb3a91.zip
Hosted: Output map files after linking.
Change-Id: I5ac64d781aaa1aa2b3157589f8e689c0d946a39f
Diffstat (limited to 'apps/plugins/plugins.make')
-rw-r--r--apps/plugins/plugins.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plugins.make b/apps/plugins/plugins.make
index 1bf78d82c1..76cdea63f0 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