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/TEENSY_LC/BOOTLOADER/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile') diff --git a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile index 7a3b78a..8fb8fd7 100644 --- a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile +++ b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile @@ -148,7 +148,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 From 39e3a31d9438fe5a9f058c54747b737d53d7e86e Mon Sep 17 00:00:00 2001 From: flabbergast Date: Sun, 24 Apr 2016 17:12:49 +0100 Subject: [KINETIS] Mass update Makefile (license & asm changes). --- testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile') diff --git a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile index 8fb8fd7..f868337 100644 --- a/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile +++ b/testhal/KINETIS/TEENSY_LC/BOOTLOADER/Makefile @@ -134,9 +134,11 @@ TCSRC = TCPPSRC = # List ASM source files here -ASMSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) +ASMSRC = +ASMXSRC = $(STARTUPASM) $(PORTASM) $(OSALASM) -INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ +INCDIR = $(CHIBIOS)/os/license \ + $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ $(HALINC) $(PLATFORMINC) $(BOARDINC) \ $(CHIBIOS)/os/various -- cgit v1.2.3