From eed02bebcdc921557bebcc20221c112d41263ffe Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 7 Mar 2006 12:45:45 +0000 Subject: 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 --- bootloader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootloader/Makefile') diff --git a/bootloader/Makefile b/bootloader/Makefile index d1a17df56a..a524e6348e 100644 --- a/bootloader/Makefile +++ b/bootloader/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-bootloader -- cgit v1.2.3