diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 12:53:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-08-20 12:53:46 +0000 |
commit | 0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7 (patch) | |
tree | ee7377804987aca48f47113819ae0e374327d643 /demos/ARM7-LPC214x-GCC/Makefile | |
parent | 6c11580166f3b6cdb32b3c0d02d34d911dbc2f13 (diff) | |
download | ChibiOS-0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7.tar.gz ChibiOS-0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7.tar.bz2 ChibiOS-0b8f1183fe1f321fdd71e9d1fc5a28323f9036a7.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1090 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARM7-LPC214x-GCC/Makefile')
-rw-r--r-- | demos/ARM7-LPC214x-GCC/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/demos/ARM7-LPC214x-GCC/Makefile b/demos/ARM7-LPC214x-GCC/Makefile index 0b36edb4a..b34dd3b64 100644 --- a/demos/ARM7-LPC214x-GCC/Makefile +++ b/demos/ARM7-LPC214x-GCC/Makefile @@ -53,10 +53,11 @@ CSRC = ${PORTSRC} \ ${KERNSRC} \
${TESTSRC} \
../../os/io/pal.c \
- ../../os/ports/GCC//ARM7/LPC214x/vic.c \
- ../../os/ports/GCC/ARM7/LPC214x/pal_lld.c \
- ../../os/ports/GCC/ARM7/LPC214x/lpc214x_serial.c \
- ../../os/ports/GCC/ARM7/LPC214x/lpc214x_ssp.c \
+ ../../os/io/serial.c \
+ ../../os/io/platforms/LPC214x/pal_lld.c \
+ ../../os/io/platforms/LPC214x/serial_lld.c \
+ ../../os/io/platforms/LPC214x/vic.c \
+ ../../os/io/platforms/LPC214x/lpc214x_ssp.c \
../../os/various/evtimer.c \
board.c buzzer.c mmcsd.c main.c
@@ -90,7 +91,7 @@ ASMSRC = $(PORTASM) \ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
../../os/io \
- ../../os/ports/GCC/ARM7/LPC214x \
+ ../../os/io/platforms/LPC214x \
../../os/various
#
|