From fe8ac19c1b1f0b9e4eae1c567466368f066b04fc Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 10 Jan 2015 13:14:24 +0100 Subject: Toolchain: linux: forward V= make command line option Signed-off-by: Abdoulaye Walsimou Gaye --- core/toolchain/linux/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/toolchain/linux/common.mk b/core/toolchain/linux/common.mk index 7b3accb..f55a781 100644 --- a/core/toolchain/linux/common.mk +++ b/core/toolchain/linux/common.mk @@ -52,7 +52,7 @@ LINUX_KEEP_SRC_DIR := $(CONFIG_EMBTK_BUILD_LINUX_KERNEL) # # common make options # -LINUX_MAKE_OPTS := quiet=quiet_ +LINUX_MAKE_OPTS := $(if $(V),V=1,quiet=quiet_) LINUX_MAKE_OPTS += ARCH=$(LINUX_ARCH) LINUX_MAKE_OPTS += CROSS_COMPILE=$(CROSS_COMPILE_CACHED) LINUX_MAKE_OPTS += HOSTCC="$(HOSTCC)" -- cgit v1.2.3