summaryrefslogtreecommitdiff
path: root/apps/plugins/beatbox/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/beatbox/Makefile')
-rw-r--r--apps/plugins/beatbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/beatbox/Makefile b/apps/plugins/beatbox/Makefile
index 88ed7a4011..9465c420d2 100644
--- a/apps/plugins/beatbox/Makefile
+++ b/apps/plugins/beatbox/Makefile
@@ -38,7 +38,7 @@ all: $(OUTPUT)
38ifndef SIMVER 38ifndef SIMVER
39$(OBJDIR)/beatbox.elf: $(OBJS) $(LINKFILE) $(BITMAPLIBS) 39$(OBJDIR)/beatbox.elf: $(OBJS) $(LINKFILE) $(BITMAPLIBS)
40 $(call PRINTS,LD $(@F))$(CC) $(CFLAGS) -o $@ $(OBJS) -L$(BUILDDIR) -lplugin -lgcc \ 40 $(call PRINTS,LD $(@F))$(CC) $(CFLAGS) -o $@ $(OBJS) -L$(BUILDDIR) -lplugin -lgcc \
41 $(LINKBITMAPS) -T$(LINKFILE) -Wl,-Map,$(OBJDIR)/beatbox.map 41 $(LINKBITMAPS) -T$(LINKFILE) -Wl,--gc-sections -Wl,-Map,$(OBJDIR)/beatbox.map
42 42
43$(OUTPUT): $(OBJDIR)/beatbox.elf 43$(OUTPUT): $(OBJDIR)/beatbox.elf
44 $(call PRINTS,OBJCOPY $(@F))$(OC) -O binary $< $@ 44 $(call PRINTS,OBJCOPY $(@F))$(OC) -O binary $< $@