mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 13:45:10 -05:00
Move includes of other makefiles around to make GCCFLAGS work properly.
Change-Id: Ic6aed06298dcb668a2c0f2c09d25612437893d1b
This commit is contained in:
parent
b9ce249772
commit
8d41b23ce2
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue