summaryrefslogtreecommitdiff
path: root/lib/rbcodec/test/warble.make
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/test/warble.make')
-rw-r--r--lib/rbcodec/test/warble.make16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/rbcodec/test/warble.make b/lib/rbcodec/test/warble.make
index f2234c03b5..b238a2ed63 100644
--- a/lib/rbcodec/test/warble.make
+++ b/lib/rbcodec/test/warble.make
@@ -7,20 +7,20 @@
7# $Id$ 7# $Id$
8# 8#
9 9
10
11
12RBCODECLIB_DIR = $(ROOTDIR)/lib/rbcodec 10RBCODECLIB_DIR = $(ROOTDIR)/lib/rbcodec
13RBCODEC_BLD = $(BUILDDIR)/lib/rbcodec 11RBCODEC_BLD = $(BUILDDIR)/lib/rbcodec
14 12
15GCCOPTS += -D__PCTOOL__ $(TARGET) -DDEBUG -g -std=gnu99 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\"" 13GCCOPTS += -D__PCTOOL__ $(TARGET) -DDEBUG -g -std=gnu99 \
14 `$(SDLCONFIG) --cflags` -DCODECDIR="\"$(CODECDIR)\""
15RBCODEC_CFLAGS += -D_FILE_H_ #-DLOGF_H -DDEBUG_H -D_KERNEL_H_ # will be removed later
16 16
17SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES) 17SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES)
18 18
19INCLUDES += -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui 19INCLUDES += -I$(ROOTDIR)/lib/rbcodec/test \
20INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \ 20 -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui \
21 -I$(ROOTDIR)/firmware/target/hosted \ 21 -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
22 -I$(ROOTDIR)/firmware/target/hosted/sdl 22 -I$(ROOTDIR)/firmware/target/hosted \
23 23 -I$(ROOTDIR)/firmware/target/hosted/sdl
24 24
25.SECONDEXPANSION: # $$(OBJ) is not populated until after this 25.SECONDEXPANSION: # $$(OBJ) is not populated until after this
26 26