summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authordp-arm <dimitris.papastamos@arm.com>2016-08-10 13:39:42 +0100
committerdp-arm <dimitris.papastamos@arm.com>2016-08-15 10:21:34 +0100
commitc2427cb001c892e44167753852666672c18d23ce (patch)
tree425d73c7d5f1265b051704f42b2613f76e80fbcc /tools
parentee3e93592547e78fc4ec5b88d93447e05e3b80c5 (diff)
fiptool: Suppress verbose messages during normal build
The output is shown only when built with V=1. Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61
Diffstat (limited to 'tools')
-rw-r--r--tools/fiptool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile
index ec9dd993..3bc372a2 100644
--- a/tools/fiptool/Makefile
+++ b/tools/fiptool/Makefile
@@ -68,8 +68,8 @@ ${PROJECT}: ${OBJECTS} Makefile
@${ECHO_BLANK_LINE}
fip_create: fip_create.sh
- mkdir -p ../fip_create
- install -m 755 fip_create.sh ../fip_create/fip_create
+ ${Q}mkdir -p ../fip_create
+ ${Q}install -m 755 fip_create.sh ../fip_create/fip_create
%.o: %.c %.h ${COPIED_H_FILES} Makefile
@echo " CC $<"