From 860e387758bbebef04a6fde206decb7f31e45654 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 27 Nov 2006 02:34:22 +0000 Subject: Bootbox now needs target includes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11613 a1c6a512-1295-4272-9138-f99709370657 --- flash/bootbox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash/bootbox/Makefile b/flash/bootbox/Makefile index 7391f3c4fe..a3e316bc5e 100644 --- a/flash/bootbox/Makefile +++ b/flash/bootbox/Makefile @@ -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-bootbox -- cgit