Bootbox now needs target includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11613 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0e6dd7efcd
commit
860e387758
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
# $Id$
|
# $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)
|
-I$(BUILDDIR)
|
||||||
|
|
||||||
DEPFILE = $(OBJDIR)/dep-bootbox
|
DEPFILE = $(OBJDIR)/dep-bootbox
|
||||||
|
|
Loading…
Reference in a new issue