diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/rbcodec/test/warble.make | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rbcodec/test/warble.make b/lib/rbcodec/test/warble.make index 0687e05..f38b154 100644 --- a/lib/rbcodec/test/warble.make +++ b/lib/rbcodec/test/warble.make @@ -8,8 +8,6 @@ # -include $(ROOTDIR)/tools/functions.make -include $(ROOTDIR)/apps/codecs/codecs.make FLAGS=-g -D__PCTOOL__ $(TARGET) -Wall @@ -30,6 +28,9 @@ endif .SECONDEXPANSION: # $$(OBJ) is not populated until after this +include $(ROOTDIR)/tools/functions.make +include $(ROOTDIR)/apps/codecs/codecs.make + $(BUILDDIR)/$(BINARY): $(CODECS) $(BUILDDIR)/$(BINARY): $$(OBJ) |