Skip to content

Commit

Permalink
build-rules.mk: allow user to override dfu-util path.
Browse files Browse the repository at this point in the history
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
  • Loading branch information
Marti Bolivar committed Jul 19, 2013
1 parent 4ab37d2 commit 3f43490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/make/build-rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ OBJCOPY := $(CROSS_COMPILE)objcopy
DISAS := $(CROSS_COMPILE)objdump
OBJDUMP := $(CROSS_COMPILE)objdump
SIZE := $(CROSS_COMPILE)size
DFU := dfu-util
DFU ?= dfu-util

# Suppress annoying output unless V is set
ifndef V
Expand Down

0 comments on commit 3f43490

Please sign in to comment.