diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-04 12:00:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-10-04 12:00:18 +0000 |
commit | f44bd871c77406f8e28047d9484cbabafa626040 (patch) | |
tree | 943b624cb77712767dfdfb63de149948c3d98eab /demos/ARM7-LPC214x-GCC-minimal/Makefile | |
parent | a3bb2266cf4fc0c3b6deb6595bb992d30b698191 (diff) | |
download | ChibiOS-f44bd871c77406f8e28047d9484cbabafa626040.tar.gz ChibiOS-f44bd871c77406f8e28047d9484cbabafa626040.tar.bz2 ChibiOS-f44bd871c77406f8e28047d9484cbabafa626040.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@459 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC-minimal/Makefile')
-rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile b/demos/ARM7-LPC214x-GCC-minimal/Makefile index d035f6f23..6450cad6b 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/Makefile +++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile @@ -80,7 +80,8 @@ ASRC = ../../ports/ARM7-LPC214x/chcore.c \ TSRC =
# List ASM source files here
-ASMSRC = ../../ports/ARM7-LPC214x/crt0.s ../../ports/ARM7/chsys.s
+ASMSRC = ../../ports/ARM7/crt0.s ../../ports/ARM7/chsys.s \
+ ../../ports/ARM7-LPC214x/vectors.s
# List all user directories here
UINCDIR = ../../src/include ../../src/lib \
|