diff options
author | Thomas Martitz <kugel@rockbox.org> | 2012-01-17 15:08:08 +0100 |
---|---|---|
committer | Thomas Martitz <kugel@rockbox.org> | 2012-01-21 18:39:19 +0100 |
commit | 6d19275876bf8a92d966e1b64d433a7edabb3a91 (patch) | |
tree | eac92abac2a8fe698f64ae715005f475633c2355 /apps/plugins/plugins.make | |
parent | 856bb420377d4c39abcdf274d79e8f064fe33e86 (diff) | |
download | rockbox-6d19275876bf8a92d966e1b64d433a7edabb3a91.tar.gz rockbox-6d19275876bf8a92d966e1b64d433a7edabb3a91.tar.bz2 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.make | 2 |
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 |