Merge pull request #766 from dhylands/allow-dfu-override

Allow DFU_UTIL to be overridden from the environment.
This commit is contained in:
Damien George 2014-07-22 11:02:59 +01:00
commit de993f4573
1 changed files with 1 additions and 1 deletions

View File

@ -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-