diff options
author | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 20:35:48 +0100 |
---|---|---|
committer | Frank Gevaerts <frank@gevaerts.be> | 2012-03-03 20:35:48 +0100 |
commit | 8d41b23ce2353db6a3b549676fee81c1b351bdcb (patch) | |
tree | fd0dd2f27663734d6308c720e4e02ce44e1b5b5d /lib/rbcodec/test | |
parent | b9ce249772590fd241b99121e1685619ff7c22e6 (diff) | |
download | rockbox-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/test')
-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 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) |