diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-07 12:45:45 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2006-03-07 12:45:45 +0000 |
| commit | eed02bebcdc921557bebcc20221c112d41263ffe (patch) | |
| tree | 754650cad62fc03c3c8d43421793e682635f3b66 /bootloader/Makefile | |
| parent | 3de0db0c3b0c2010ffb5c5884e8ec5ec260091d6 (diff) | |
| download | rockbox-eed02bebcdc921557bebcc20221c112d41263ffe.zip rockbox-eed02bebcdc921557bebcc20221c112d41263ffe.tar.gz rockbox-eed02bebcdc921557bebcc20221c112d41263ffe.tar.bz2 rockbox-eed02bebcdc921557bebcc20221c112d41263ffe.tar.xz | |
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
Diffstat (limited to 'bootloader/Makefile')
| -rw-r--r-- | bootloader/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader/Makefile b/bootloader/Makefile index d1a17df..a524e63 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 |