1
0
Fork 0
forked from len0rd/rockbox

Fix some slight inconsistencies.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20172 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2009-03-02 08:16:36 +00:00
parent cda8cbf455
commit 6436b39d4c
2 changed files with 3 additions and 3 deletions

View file

@ -101,7 +101,7 @@ endif
$(CODECDIR)/%.codec: $(CODECDIR)/%.o
$(call PRINTS,LD $(@F))$(CC) $(CODECFLAGS) -o $(CODECDIR)/$*.elf \
$(filter %.o, $^) \
$(filter %.a, $^) \
$(filter %.a, $+) \
-lgcc $(CODECLDFLAGS)
ifdef SIMVER
$(SILENT)cp $(CODECDIR)/$*.elf $@