Move includes of other makefiles around to make GCCFLAGS work properly.

Change-Id: Ic6aed06298dcb668a2c0f2c09d25612437893d1b
This commit is contained in:
Frank Gevaerts 2012-03-03 20:35:48 +01:00
parent b9ce249772
commit 8d41b23ce2

View file

@ -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)