From 1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Thu, 14 Apr 2016 19:37:48 +0100 Subject: [KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus. --- testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/KINETIS/FRDM-KL26Z/USB_SERIAL') diff --git a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile index 07ba0b8..e0d79f8 100644 --- a/testhal/KINETIS/FRDM-KL26Z/USB_SERIAL/Makefile +++ b/testhal/KINETIS/FRDM-KL26Z/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- -- cgit v1.2.3