From 41f375cc9bc23480f0e8bc50b4e121c648c5395f Mon Sep 17 00:00:00 2001 From: comfuture Date: Sat, 27 Sep 2014 22:52:30 +0900 Subject: [PATCH] make arm-abi toolchain prefix optional --- stmhal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stmhal/Makefile b/stmhal/Makefile index f14a881c5bd..29c583336aa 100644 --- a/stmhal/Makefile +++ b/stmhal/Makefile @@ -27,7 +27,7 @@ DFU=../tools/dfu.py DFU_UTIL ?= dfu-util DEVICE=0483:df11 -CROSS_COMPILE = arm-none-eabi- +CROSS_COMPILE ?= arm-none-eabi- INC = -I. INC += -I$(PY_SRC)