aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2014-07-22 11:02:59 +0100
committerDamien George2014-07-22 11:02:59 +0100
commitde993f457385cd47fbad8d95569da58679a632d6 (patch)
tree27e1a673ed65061b5bcf27e1ad661dab93b96f33
parent7cfae9693bd524f5c804ffb97fd91d8d83915a3d (diff)
parenta2e7a1315d53e4c15ba46082bae74613e7410b9c (diff)
Merge pull request #766 from dhylands/allow-dfu-override
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 f6619859c..64e38e122 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-