From 4ab5ce14301226aeff746cca9f1164c4a2a245e5 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 25 Jun 2020 11:24:30 -0700 Subject: soc/rockchip: Use (Q) instead of @ This way make V=1 will tell you what it's actually doing. Change-Id: I096bc2419e47a0b2a2454a792059464b27158cd9 Signed-off-by: Stefan Reinauer Reviewed-on: https://review.coreboot.org/c/coreboot/+/42818 Reviewed-by: Patrick Georgi Reviewed-by: Julius Werner Tested-by: build bot (Jenkins) --- src/soc/rockchip/rk3399/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/soc/rockchip/rk3399') diff --git a/src/soc/rockchip/rk3399/Makefile.inc b/src/soc/rockchip/rk3399/Makefile.inc index 763e11a5d5..8521bf3e14 100644 --- a/src/soc/rockchip/rk3399/Makefile.inc +++ b/src/soc/rockchip/rk3399/Makefile.inc @@ -69,7 +69,7 @@ CPPFLAGS_common += -Isrc/soc/rockchip/common/include $(objcbfs)/bootblock.bin: $(objcbfs)/bootblock.raw.bin @printf "Generating: $(subst $(obj)/,,$(@))\n" - @mkdir -p $(dir $@) - @$(IDBTOOL) --from=$< --to=$@ --enable-align --chip=RK33 + $(Q)mkdir -p $(dir $@) + $(Q)$(IDBTOOL) --from=$< --to=$@ --enable-align --chip=RK33 endif -- cgit v1.2.3