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:
Jens Arnold 2006-11-27 02:34:22 +00:00
parent 0e6dd7efcd
commit 860e387758

View file

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