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 <stefan.reinauer@coreboot.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42818 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Julius Werner <jwerner@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
97716b18d7
commit
4ab5ce1430
|
@ -62,7 +62,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=RK32
|
||||
$(Q)mkdir -p $(dir $@)
|
||||
$(Q)$(IDBTOOL) --from=$< --to=$@ --enable-align --chip=RK32
|
||||
|
||||
endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue