1
0
Fork 0
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:
Linus Nielsen Feltzing 2006-03-07 12:45:45 +00:00
parent 3de0db0c3b
commit eed02bebcd
3 changed files with 16 additions and 2 deletions

View file

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