summaryrefslogtreecommitdiff
path: root/lib/rbcodec/test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/test')
-rw-r--r--lib/rbcodec/test/warble.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rbcodec/test/warble.make b/lib/rbcodec/test/warble.make
index 0687e05620..f38b154505 100644
--- a/lib/rbcodec/test/warble.make
+++ b/lib/rbcodec/test/warble.make
@@ -8,8 +8,6 @@
8# 8#
9 9
10 10
11include $(ROOTDIR)/tools/functions.make
12include $(ROOTDIR)/apps/codecs/codecs.make
13 11
14FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall 12FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall
15 13
@@ -30,6 +28,9 @@ endif
30 28
31.SECONDEXPANSION: # $$(OBJ) is not populated until after this 29.SECONDEXPANSION: # $$(OBJ) is not populated until after this
32 30
31include $(ROOTDIR)/tools/functions.make
32include $(ROOTDIR)/apps/codecs/codecs.make
33
33$(BUILDDIR)/$(BINARY): $(CODECS) 34$(BUILDDIR)/$(BINARY): $(CODECS)
34 35
35$(BUILDDIR)/$(BINARY): $$(OBJ) 36$(BUILDDIR)/$(BINARY): $$(OBJ)