summaryrefslogtreecommitdiff
path: root/firmware/test/kernel
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 13:24:33 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2002-04-23 13:24:33 +0000
commit7fa8c949ada6c1fbe67196d96a1a15148a4ebdac (patch)
tree14c717e60bc00ba938ff94ffa705b0c2abac06ff /firmware/test/kernel
parentd851644fed1715883b710343a8a278bf81368369 (diff)
downloadrockbox-7fa8c949ada6c1fbe67196d96a1a15148a4ebdac.zip
rockbox-7fa8c949ada6c1fbe67196d96a1a15148a4ebdac.tar.gz
rockbox-7fa8c949ada6c1fbe67196d96a1a15148a4ebdac.tar.bz2
rockbox-7fa8c949ada6c1fbe67196d96a1a15148a4ebdac.tar.xz
Adapted to the new directory structure
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@198 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/test/kernel')
-rw-r--r--firmware/test/kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/test/kernel/Makefile b/firmware/test/kernel/Makefile
index 5a91b2d..0f9f284 100644
--- a/firmware/test/kernel/Makefile
+++ b/firmware/test/kernel/Makefile
@@ -4,7 +4,7 @@ AR = sh-elf-ar
AS = sh-elf-as
OC = sh-elf-objcopy
-INCLUDES=-I../../
+INCLUDES=-I../../ -I../../drivers
CFLAGS = -g -O -Wall -m1 -save-temps -nostdlib -Wstrict-prototypes -fomit-frame-pointer -fschedule-insns -fno-builtin $(INCLUDES)
AFLAGS += -small -relax