From 60eff502d4090f149334f6322705de04c23a1dec Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Thu, 13 Jan 2022 07:04:53 -0700 Subject: [PATCH] simplify ubertooth-dfu variable in firmware build This results in a clearer error message if ubertooth-dfu is not found. --- firmware/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/common.mk b/firmware/common.mk index 4bf3be75..bfa26cbb 100644 --- a/firmware/common.mk +++ b/firmware/common.mk @@ -261,7 +261,7 @@ NM = $(CROSS_COMPILE)nm REMOVE = rm -f # DFU tool should be ubertooth-dfu -DFU_TOOL ?= $(strip $(shell which ubertooth-dfu)) +DFU_TOOL ?= ubertooth-dfu # Define Messages # English