diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-22 11:17:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-02-22 11:17:42 +0000 |
commit | fe3c49452942316792f892479c6f3389f0c518a8 (patch) | |
tree | 7d9e462188b7e7d763b5ddc639f589a3dcc04333 /demos/ARM7-LPC214x-GCC/Makefile | |
parent | 0ea8e4c99fb2626c26136fc7260482b272f03d11 (diff) | |
download | ChibiOS-fe3c49452942316792f892479c6f3389f0c518a8.tar.gz ChibiOS-fe3c49452942316792f892479c6f3389f0c518a8.tar.bz2 ChibiOS-fe3c49452942316792f892479c6f3389f0c518a8.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@203 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/Makefile')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC/Makefile b/demos/ARM7-LPC214x-GCC/Makefile index c7177b094..5168f764a 100644 --- a/demos/ARM7-LPC214x-GCC/Makefile +++ b/demos/ARM7-LPC214x-GCC/Makefile @@ -79,7 +79,7 @@ ASRC = ../../ports/ARM7-LPC214x/chcore.c \ TSRC =
# List ASM source files here
-ASMSRC = ../../ports/ARM7-LPC214x/crt0.s
+ASMSRC = ../../ports/ARM7-LPC214x/crt0.s ../../ports/ARM7/chsys.s
# List all user directories here
UINCDIR = ../../src/include ../../src/lib \
|