diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-17 13:23:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-17 13:23:09 +0000 |
commit | a73cb1795f4d955a2b332cb3da429ead2bad66ec (patch) | |
tree | e6584b7d8427606790fe7f8d2b536167fddf04c8 /apps | |
parent | ebe6cc007d25a76b9598acef1617461429f7a872 (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/Makefile | 2 |
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 |