aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-06-26 14:06:21 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-06-26 14:06:21 +0000
commitcc44376c6e07d5c47561db9f6179e51e0654391d (patch)
tree8de60ea812b403e12c6a839924f3254d86c226f9 /demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb
parent8292744ffd977bbe16d4fe4273a4acdc196e463d (diff)
downloadChibiOS-cc44376c6e07d5c47561db9f6179e51e0654391d.tar.gz
ChibiOS-cc44376c6e07d5c47561db9f6179e51e0654391d.tar.bz2
ChibiOS-cc44376c6e07d5c47561db9f6179e51e0654391d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@325 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb')
-rw-r--r--demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb9
1 files changed, 5 insertions, 4 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb b/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb
index 95cb19000..11b393c47 100644
--- a/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb
+++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb
@@ -61,6 +61,10 @@ UDEFS =
# Define ASM defines here
UADEFS =
+# Imported source files
+include ../../src/kernel.mk
+include ../../test/test.mk
+
# List ARM-mode C source files here
ASRC =
@@ -69,10 +73,7 @@ ASRC =
# enabled for all modules and that lowers performance.
TSRC = ../../ports/ARM7-LPC214x/chcore.c \
../../ports/ARM7-LPC214x/vic.c \
- ../../src/chinit.c ../../src/chdebug.c ../../src/chlists.c ../../src/chdelta.c \
- ../../src/chschd.c ../../src/chthreads.c ../../src/chsem.c ../../src/chmtx.c \
- ../../src/chevents.c ../../src/chmsg.c ../../src/chsleep.c ../../src/chqueues.c \
- ../../src/chserial.c \
+ ${KERNSRC} \
board.c main.c
# List ASM source files here