summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2012-03-03 20:35:48 +0100
committerFrank Gevaerts <frank@gevaerts.be>2012-03-03 20:35:48 +0100
commit8d41b23ce2353db6a3b549676fee81c1b351bdcb (patch)
treefd0dd2f27663734d6308c720e4e02ce44e1b5b5d /lib/rbcodec
parentb9ce249772590fd241b99121e1685619ff7c22e6 (diff)
downloadrockbox-8d41b23ce2353db6a3b549676fee81c1b351bdcb.tar.gz
rockbox-8d41b23ce2353db6a3b549676fee81c1b351bdcb.zip
Move includes of other makefiles around to make GCCFLAGS work properly.
Change-Id: Ic6aed06298dcb668a2c0f2c09d25612437893d1b
Diffstat (limited to 'lib/rbcodec')
-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 @@
#
-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)