fiptool: Suppress verbose messages during normal build

The output is shown only when built with V=1.

Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61
This commit is contained in:
dp-arm 2016-08-10 13:39:42 +01:00
parent ee3e935925
commit c2427cb001
1 changed files with 2 additions and 2 deletions

View File

@ -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 $<"