Browse Source

fiptool: Suppress verbose messages during normal build

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

Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61
pull/683/head
dp-arm 8 years ago
parent
commit
c2427cb001
  1. 4
      tools/fiptool/Makefile

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

Loading…
Cancel
Save