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),)
|
||||
# This sets up 'SRC' based on the files mentioned in SOURCES
|
||||
SRC := $(shell $(CC) $(CFLAGS) -E -P -xc $(SPEEXSRC)/SOURCES)
|
||||
$(warning $(SRC))
|
||||
LIBS = $(TARGET_DIR)librbspeex.a
|
||||
else
|
||||
LIBS = $(SYS_SPEEX)
|
||||
|
|
Loading…
Reference in a new issue