summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-17 13:23:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-17 13:23:09 +0000
commita73cb1795f4d955a2b332cb3da429ead2bad66ec (patch)
treee6584b7d8427606790fe7f8d2b536167fddf04c8 /apps
parentebe6cc007d25a76b9598acef1617461429f7a872 (diff)
add our libc headers directory to the include path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1037 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 1ed78d544b..b2880fb7ec 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -15,7 +15,7 @@ OC = sh-elf-objcopy
FIRMWARE := ../firmware
-INCLUDES= -I$(FIRMWARE) -I$(FIRMWARE)/common -I$(FIRMWARE)/drivers -I$(FIRMWARE)/malloc
+INCLUDES= -I$(FIRMWARE)/include -I$(FIRMWARE) -I$(FIRMWARE)/common -I$(FIRMWARE)/drivers -I$(FIRMWARE)/malloc
# Pick a target to build for
#TARGET = -DARCHOS_PLAYER=1