diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 09:20:21 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-01-18 09:20:21 +0000 |
commit | ed534c135cf6013575fa691db0f48a0b7388a164 (patch) | |
tree | f62b609829cc360b11cf8822f03edea789572780 /demos/ARM7-LPC214x-GCC-minimal | |
parent | db629a04618090b3f45c12d9563adf5215a31969 (diff) | |
download | ChibiOS-ed534c135cf6013575fa691db0f48a0b7388a164.tar.gz ChibiOS-ed534c135cf6013575fa691db0f48a0b7388a164.tar.bz2 ChibiOS-ed534c135cf6013575fa691db0f48a0b7388a164.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@632 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC-minimal')
-rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/Makefile | 2 | ||||
-rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile b/demos/ARM7-LPC214x-GCC-minimal/Makefile index fc0edbfea..c584b1d69 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/Makefile +++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile @@ -69,7 +69,7 @@ include ../../src/kernel.mk include ../../test/test.mk
# List ARM-mode C source files here
-ASRC = ../../ports/ARM7-LPC214x/chcore.c \
+ASRC = ../../ports/ARM7/chcore.c \
../../ports/ARM7-LPC214x/vic.c \
${KERNSRC} \
board.c main.c
diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb b/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb index 6fa067182..876298a3d 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb +++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb @@ -74,7 +74,7 @@ ASRC = # List THUMB-mode C sources here
# NOTE: If any module is compiled in thumb mode then -mthumb-interwork is
# enabled for all modules and that lowers performance.
-TSRC = ../../ports/ARM7-LPC214x/chcore.c \
+TSRC = ../../ports/ARM7/chcore.c \
../../ports/ARM7-LPC214x/vic.c \
${KERNSRC} \
board.c main.c
|