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.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/rbcodec/test/warble.make b/lib/rbcodec/test/warble.make
index b238a2ed63..108b539931 100644
--- a/lib/rbcodec/test/warble.make
+++ b/lib/rbcodec/test/warble.make
@@ -18,7 +18,9 @@ SRC= $(call preprocess, $(ROOTDIR)/lib/rbcodec/test/SOURCES)
18 18
19INCLUDES += -I$(ROOTDIR)/lib/rbcodec/test \ 19INCLUDES += -I$(ROOTDIR)/lib/rbcodec/test \
20 -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui \ 20 -I$(ROOTDIR)/apps -I$(ROOTDIR)/apps/gui \
21 -I$(ROOTDIR)/firmware/export -I$(ROOTDIR)/firmware/include \ 21 -I$(FIRMDIR)/kernel/include \
22 -I$(ROOTDIR)/firmware/export \
23 -I$(ROOTDIR)/firmware/include \
22 -I$(ROOTDIR)/firmware/target/hosted \ 24 -I$(ROOTDIR)/firmware/target/hosted \
23 -I$(ROOTDIR)/firmware/target/hosted/sdl 25 -I$(ROOTDIR)/firmware/target/hosted/sdl
24 26