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.make8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/rbcodec/test/warble.make b/lib/rbcodec/test/warble.make
index 0b70e9a932..11f7ab03ec 100644
--- a/lib/rbcodec/test/warble.make
+++ b/lib/rbcodec/test/warble.make
@@ -9,12 +9,15 @@
9 9
10 10
11 11
12RBCODEC_DIR = $(ROOTDIR)/lib/rbcodec
13RBCODEC_BLD = $(BUILDDIR)/lib/rbcodec
14
12FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall 15FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall
13 16
14SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES) 17SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES)
15 18
16INCLUDES += -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/codecs -I$(ROOTDIR)/apps/codecs/lib \ 19INCLUDES += -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/codecs -I$(ROOTDIR)/apps/codecs/lib \
17 -I$(ROOTDIR)/apps/gui -I$(ROOTDIR)/apps/metadata 20 -I$(ROOTDIR)/apps/gui
18INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \ 21INCLUDES += -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \
19 -I$(ROOTDIR)/firmware/target/hosted \ 22 -I$(ROOTDIR)/firmware/target/hosted \
20 -I$(ROOTDIR)/firmware/target/hosted/sdl 23 -I$(ROOTDIR)/firmware/target/hosted/sdl
@@ -30,9 +33,10 @@ endif
30 33
31include $(ROOTDIR)/tools/functions.make 34include $(ROOTDIR)/tools/functions.make
32include $(ROOTDIR)/apps/codecs/codecs.make 35include $(ROOTDIR)/apps/codecs/codecs.make
36include $(ROOTDIR)/lib/rbcodec/rbcodec.make
33 37
34$(BUILDDIR)/$(BINARY): $(CODECS) 38$(BUILDDIR)/$(BINARY): $(CODECS)
35 39
36$(BUILDDIR)/$(BINARY): $$(OBJ) 40$(BUILDDIR)/$(BINARY): $$(OBJ) $(RBCODEC_LIB)
37 @echo LD $(BINARY) 41 @echo LD $(BINARY)
38 $(SILENT)$(HOSTCC) $(SIMFLAGS) $(LIBS) -o $@ $+ 42 $(SILENT)$(HOSTCC) $(SIMFLAGS) $(LIBS) -o $@ $+