From 8d41b23ce2353db6a3b549676fee81c1b351bdcb Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Sat, 3 Mar 2012 20:35:48 +0100 Subject: Move includes of other makefiles around to make GCCFLAGS work properly. Change-Id: Ic6aed06298dcb668a2c0f2c09d25612437893d1b --- lib/rbcodec/test/warble.make | 5 +++-- 1 file 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 @@ # -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) -- cgit v1.2.3