forked from len0rd/rockbox
rbcodec: Fix typo in makefile
Hopefully this will fix all those random build failures. Change-Id: I02ff625c538a21f20b33874b4ab54ed8c893a433
This commit is contained in:
parent
05d4d6a4f2
commit
2e9443104f
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ $(CODECDIR)/%.o: $(RBCODECLIB_DIR)/codecs/%.S
|
||||||
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) \
|
$(call PRINTS,CC $(subst $(ROOTDIR)/,,$<))$(CC) \
|
||||||
-I$(dir $<) $(CODECFLAGS) -c $< -o $@
|
-I$(dir $<) $(CODECFLAGS) -c $< -o $@
|
||||||
|
|
||||||
$(CODECDIR)/%-pre.map: $(CODEC_CRT0) $(CODECLINK_LDS) $(CODECDIR)/%.o $(CODECS_LIBS)
|
$(CODECDIR)/%-pre.map: $(CODEC_CRT0) $(CODECLINK_LDS) $(CODECDIR)/%.o $(CODEC_LIBS)
|
||||||
$(call PRINTS,LD $(@F))$(CC) $(CODECFLAGS) -o $(CODECDIR)/$*-pre.elf \
|
$(call PRINTS,LD $(@F))$(CC) $(CODECFLAGS) -o $(CODECDIR)/$*-pre.elf \
|
||||||
$(filter %.o, $^) \
|
$(filter %.o, $^) \
|
||||||
$(filter-out $(CODECLIB),$(filter %.a, $+)) $(CODECLIB) \
|
$(filter-out $(CODECLIB),$(filter %.a, $+)) $(CODECLIB) \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue