stm32/Makefile: Allow to override CROSS_COMPILE with included Makefile.

pull/4653/head
Boris Vinogradov 2019-03-28 10:02:57 +03:00 zatwierdzone przez Damien George
rodzic 1a608ce1e8
commit 6947dff7da
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -42,7 +42,8 @@ OPENOCD ?= openocd
OPENOCD_CONFIG ?= boards/openocd_stm32f4.cfg
STARTUP_FILE ?= boards/startup_stm32$(MCU_SERIES).o
CROSS_COMPILE = arm-none-eabi-
# Select the cross compile prefix
CROSS_COMPILE ?= arm-none-eabi-
INC += -I.
INC += -I$(TOP)