diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-13 13:40:29 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-13 13:40:29 +0000 |
commit | 608c48ed3268bd93b5279f0c945ce127c90e8f95 (patch) | |
tree | 7915ac25bd3119d40a700e70545c661fe9f04fc2 /testhal/SPC560Pxx/PWM-ICU/Makefile | |
parent | 3a123c7c991d3a9bfa1af8716212ed2959de01f9 (diff) | |
download | ChibiOS-608c48ed3268bd93b5279f0c945ce127c90e8f95.tar.gz ChibiOS-608c48ed3268bd93b5279f0c945ce127c90e8f95.tar.bz2 ChibiOS-608c48ed3268bd93b5279f0c945ce127c90e8f95.zip |
Renamed paths to ST EVB boards in all projects.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5426 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/SPC560Pxx/PWM-ICU/Makefile')
-rw-r--r-- | testhal/SPC560Pxx/PWM-ICU/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/SPC560Pxx/PWM-ICU/Makefile b/testhal/SPC560Pxx/PWM-ICU/Makefile index c83bf319e..ed51f07b7 100644 --- a/testhal/SPC560Pxx/PWM-ICU/Makefile +++ b/testhal/SPC560Pxx/PWM-ICU/Makefile @@ -46,7 +46,7 @@ PROJECT = ch # Imported source files
CHIBIOS = ../../..
-include $(CHIBIOS)/boards/GENERIC_SPC560P/board.mk
+include $(CHIBIOS)/boards/ST_EVB_SPC560P/board.mk
include $(CHIBIOS)/os/hal/platforms/SPC560Pxx/platform.mk
include $(CHIBIOS)/os/hal/hal.mk
include $(CHIBIOS)/os/ports/GCC/PPC/SPC560Pxx/port.mk
|