forked from len0rd/rockbox
Add the target directory tree to the include path, and set the TARGET_TREE macro for the targets that use it
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8945 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3de0db0c3b
commit
eed02bebcd
3 changed files with 16 additions and 2 deletions
|
|
@ -7,7 +7,7 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \
|
||||
INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \
|
||||
-I$(BUILDDIR)
|
||||
|
||||
DEPFILE = $(OBJDIR)/dep-bootloader
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue