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:
parent
cda8cbf455
commit
6436b39d4c
2 changed files with 3 additions and 3 deletions
|
|
@ -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 $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue