From 9b1b610bd012d2fc8b38b70953c273bed7ec221f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Jul 2003 09:42:59 +0000 Subject: Henrik Backe's patch that makes the .map files get created in the build directory and not in the source directory. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3872 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/Makefile') diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index c0b5f14687..558afacc10 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -31,7 +31,7 @@ no_configure: endif $(OBJDIR)/%.elf: $(OBJDIR)/%.o $(LINKFILE) - $(CC) -O -nostdlib -o $@ $< -lgcc -T$(LINKFILE) -Wl,-Map,$*.map + $(CC) -O -nostdlib -o $@ $< -lgcc -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/$*.map $(OBJDIR)/%.rock : $(OBJDIR)/%.elf $(OC) -O binary $< $@ -- cgit v1.2.3