Commit 07697ff1 authored by Daniel Verkamp's avatar Daniel Verkamp
Browse files

build: let 'make V=1' be equivalent to 'make Q='



The V= syntax is more familiar from other build systems, so allow both.

Change-Id: I024cf4a338c2fe10bef482311a1703bf5fb2a38e
Signed-off-by: default avatarDaniel Verkamp <daniel.verkamp@intel.com>
parent 336ba0d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,7 +34,9 @@
include $(SPDK_ROOT_DIR)/CONFIG

C_OPT ?= -fno-omit-frame-pointer
ifneq ($(V),1)
Q ?= @
endif
S ?= $(notdir $(CURDIR))

ifeq ($(MAKECMDGOALS),)