From a73cb1795f4d955a2b332cb3da429ead2bad66ec Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Jun 2002 13:23:09 +0000 Subject: add our libc headers directory to the include path git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1037 a1c6a512-1295-4272-9138-f99709370657 --- apps/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') 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 -- cgit v1.2.3