summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorDave Hylands <dhylands@gmail.com>2014-07-21 16:28:07 -0700
committerDave Hylands <dhylands@gmail.com>2014-07-21 16:28:07 -0700
commita2e7a1315d53e4c15ba46082bae74613e7410b9c (patch)
treebea541386832459c0f35341c1136dc803a4eeb11
parent512465bc66082a37cb696ef7c78e3ee878ffd92f (diff)
downloadmicropython-a2e7a1315d53e4c15ba46082bae74613e7410b9c.tar.gz
micropython-a2e7a1315d53e4c15ba46082bae74613e7410b9c.zip
Allow DFU_UTIL to be overridden from the environment.
-rw-r--r--stmhal/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/Makefile b/stmhal/Makefile
index f6619859ce..64e38e122a 100644
--- a/stmhal/Makefile
+++ b/stmhal/Makefile
@@ -24,7 +24,7 @@ FATFS_DIR=fatfs
CC3K_DIR=cc3k
DFU=../tools/dfu.py
# may need to prefix dfu-util with sudo
-DFU_UTIL=dfu-util
+DFU_UTIL ?= dfu-util
DEVICE=0483:df11
CROSS_COMPILE = arm-none-eabi-