summaryrefslogtreecommitdiff
path: root/apps/codecs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/Makefile')
-rw-r--r--apps/codecs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Makefile b/apps/codecs/Makefile
index 9dd88e5e7d..7662b37e80 100644
--- a/apps/codecs/Makefile
+++ b/apps/codecs/Makefile
@@ -74,7 +74,7 @@ $(OBJDIR)/asap.elf : $(OBJDIR)/asap.o $(BUILDDIR)/libasap.a $(OBJDIR)/codec_crt0
74 74
75$(OBJDIR)/%.elf: $(OBJDIR)/codec_crt0.o 75$(OBJDIR)/%.elf: $(OBJDIR)/codec_crt0.o
76 $(call PRINTS,LD $(@F))$(CC) $(CFLAGS) -o $@ $^ -L$(BUILDDIR) -lcodec -lgcc \ 76 $(call PRINTS,LD $(@F))$(CC) $(CFLAGS) -o $@ $^ -L$(BUILDDIR) -lcodec -lgcc \
77 -T$(LINKCODEC) -Wl,-Map,$(OBJDIR)/$*.map 77 -T$(LINKCODEC) -Wl,--gc-sections,-Map,$(OBJDIR)/$*.map
78 78
79$(OBJDIR)/%.codec : $(OBJDIR)/%.elf 79$(OBJDIR)/%.codec : $(OBJDIR)/%.elf
80 $(call PRINTS,OBJCOPY $(@F))$(OC) -O binary $< $@ 80 $(call PRINTS,OBJCOPY $(@F))$(OC) -O binary $< $@