forked from len0rd/rockbox
Remove leftover debugging warning.
Change-Id: Icb7d2de4284c1db5766f0039e5546b8956ef5afa
This commit is contained in:
parent
fa4e1baa83
commit
5c3e190e8a
1 changed files with 0 additions and 1 deletions
|
|
@ -55,7 +55,6 @@ endif
|
||||||
ifeq ($(SYS_SPEEX),)
|
ifeq ($(SYS_SPEEX),)
|
||||||
# This sets up 'SRC' based on the files mentioned in SOURCES
|
# This sets up 'SRC' based on the files mentioned in SOURCES
|
||||||
SRC := $(shell $(CC) $(CFLAGS) -E -P -xc $(SPEEXSRC)/SOURCES)
|
SRC := $(shell $(CC) $(CFLAGS) -E -P -xc $(SPEEXSRC)/SOURCES)
|
||||||
$(warning $(SRC))
|
|
||||||
LIBS = $(TARGET_DIR)librbspeex.a
|
LIBS = $(TARGET_DIR)librbspeex.a
|
||||||
else
|
else
|
||||||
LIBS = $(SYS_SPEEX)
|
LIBS = $(SYS_SPEEX)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue