diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-11-27 02:34:22 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-11-27 02:34:22 +0000 |
commit | 860e387758bbebef04a6fde206decb7f31e45654 (patch) | |
tree | 812cb9411490cd0d7ff1a973785878722c5e4b9a | |
parent | 0e6dd7efcd21d48665b5a799fe081a75cdcb960f (diff) | |
download | rockbox-860e387758bbebef04a6fde206decb7f31e45654.tar.gz rockbox-860e387758bbebef04a6fde206decb7f31e45654.zip |
Bootbox now needs target includes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11613 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | flash/bootbox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
7 | # $Id$ | 7 | # $Id$ |
8 | # | 8 | # |
9 | 9 | ||
10 | INCLUDES= -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \ | 10 | INCLUDES= $(TARGET_INC) -I$(FIRMDIR)/include -I$(FIRMDIR)/export -I. -I$(OBJDIR) \ |
11 | -I$(BUILDDIR) | 11 | -I$(BUILDDIR) |
12 | 12 | ||
13 | DEPFILE = $(OBJDIR)/dep-bootbox | 13 | DEPFILE = $(OBJDIR)/dep-bootbox |