Move chibios/cortex selection to local Makefiles.

This commit is contained in:
flabbergast 2015-10-12 10:38:47 +01:00
parent 9178ea2d73
commit 2b4066bb93
2 changed files with 3 additions and 2 deletions

View file

@ -162,8 +162,6 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \
# Compiler settings
#
MCU = cortex-m0
#TRGT = arm-elf-
TRGT = arm-none-eabi-
CC = $(TRGT)gcc