[BUILD] Splitted long lines in targets definition
This commit is contained in:
5
Makefile
5
Makefile
@@ -20,7 +20,10 @@
|
|||||||
PREFIX ?= arm-none-eabi
|
PREFIX ?= arm-none-eabi
|
||||||
#PREFIX ?= arm-elf
|
#PREFIX ?= arm-elf
|
||||||
|
|
||||||
TARGETS = stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l1 lpc13xx lpc17xx lm3s lm4f efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg #lpc43xx
|
TARGETS := stm32/f0 stm32/f1 stm32/f2 stm32/f3 stm32/f4 stm32/l1
|
||||||
|
TARGETS += lpc13xx lpc17xx #lpc43xx
|
||||||
|
TARGETS += lm3s lm4f
|
||||||
|
TARGETS += efm32/efm32tg efm32/efm32g efm32/efm32lg efm32/efm32gg
|
||||||
|
|
||||||
# Be silent per default, but 'make V=1' will show all compiler calls.
|
# Be silent per default, but 'make V=1' will show all compiler calls.
|
||||||
ifneq ($(V),1)
|
ifneq ($(V),1)
|
||||||
|
|||||||
Reference in New Issue
Block a user