aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
diff options
context:
space:
mode:
authorflabbergast <s3+flabbergast@sdfeu.org>2016-04-14 19:37:48 +0100
committerflabbergast <s3+flabbergast@sdfeu.org>2016-04-24 16:38:27 +0100
commit1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 (patch)
tree147dbe61c9ac8332c25e51b5d85b294990d423ac /testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
parenta109d62f0ac2da3dbf6cf1ac28ae99ec30f0d6c1 (diff)
downloadChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.tar.gz
ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.tar.bz2
ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.zip
[KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus.
Diffstat (limited to 'testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile')
-rw-r--r--testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
index 7e0b16f..6fd3c08 100644
--- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
+++ b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile
@@ -155,7 +155,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
# Compiler settings
#
-MCU = cortex-m0
+MCU = cortex-m0plus
#TRGT = arm-elf-
TRGT = arm-none-eabi-