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)