summaryrefslogtreecommitdiff
path: root/Makefile.inc
diff options
context:
space:
mode:
authorKumar Gala <kumar.gala@linaro.org>2016-06-03 13:34:18 -0500
committerInaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>2016-06-22 05:02:28 +0000
commit5ccf5298b5cffe75fbe3d7657444a71774db329e (patch)
tree2a41b8bbc78f64aa6a4e0ab0bad76bbf22ac96d3 /Makefile.inc
parentb6b39f63d96728eef701ca43e7cb5791ff31adf6 (diff)
build: make zephyrmake exposed with V=1
Remove extra @ which would always silence output from zephyrmake. Every instance of zephyrmake is prefixed with a $(Q) so V=1 will expose them Change-Id: I8e622cc2175f645897ac78d607486d37c0af1618 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 729cfd65b..18fd0423d 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -62,7 +62,7 @@ endif
export CFLAGS
-zephyrmake = @+$(MAKE) -C $(ZEPHYR_BASE) O=$(1) \
+zephyrmake = +$(MAKE) -C $(ZEPHYR_BASE) O=$(1) \
PROJECT=$(PROJECT_BASE) SOURCE_DIR=$(SOURCE_DIR) $(2)
BOARDCONFIG = $(O)/.board_$(BOARD)