diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-05 08:12:31 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-04-05 08:12:31 +0000 |
commit | 3076655c398c84a8a8ab79e9364693233df7e006 (patch) | |
tree | f1541ed597c21ad94342972aad0c3bca2da2399d /demos | |
parent | 01ce181671d28c701948c765768440a7e9a09777 (diff) | |
download | ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.tar.gz ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.tar.bz2 ChibiOS-3076655c398c84a8a8ab79e9364693233df7e006.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1856 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM0-LPC1114-GCC/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/demos/ARMCM0-LPC1114-GCC/Makefile b/demos/ARMCM0-LPC1114-GCC/Makefile index 48383738c..544c58679 100644 --- a/demos/ARMCM0-LPC1114-GCC/Makefile +++ b/demos/ARMCM0-LPC1114-GCC/Makefile @@ -53,9 +53,9 @@ LDSCRIPT= ch.ld # Imported source files
CHIBIOS = ../..
include $(CHIBIOS)/boards/EA_LPCXPRESSO_BB_1114/board.mk
-include $(CHIBIOS)/os/hal/platforms/LPC111x/platform.mk
+include $(CHIBIOS)/os/hal/platforms/LPC11xx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/ports/GCC/ARMCMx/LPC111x/port.mk
+include $(CHIBIOS)/os/ports/GCC/ARMCMx/LPC11xx/port.mk
include $(CHIBIOS)/os/kernel/kernel.mk
include $(CHIBIOS)/test/test.mk
@@ -97,7 +97,7 @@ TCPPSRC = # List ASM source files here
ASMSRC = $(PORTASM) \
- $(CHIBIOS)/os/ports/GCC/ARMCMx/LPC111x/vectors.s
+ $(CHIBIOS)/os/ports/GCC/ARMCMx/LPC11xx/vectors.s
INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
$(HALINC) $(PLATFORMINC) $(BOARDINC) \
|