Commit 6947dff7 authored by Boris Vinogradov's avatar Boris Vinogradov Committed by Damien George

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

parent 1a608ce1
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment