summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/hwstub/stub/hwstub.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/hwstub/stub/hwstub.make b/utils/hwstub/stub/hwstub.make
index d19594eae0..d51ca1df95 100644
--- a/utils/hwstub/stub/hwstub.make
+++ b/utils/hwstub/stub/hwstub.make
@@ -19,7 +19,9 @@ DEPS=$(foreach obj,$(OBJ),$(obj).d)
EXEC+=$(EXEC_ELF) $(EXEC_BIN)
-SILENT?=@
+ifndef V
+SILENT=@
+endif
PRINTS=$(SILENT)$(call info,$(1))
all: $(EXEC)