Commit c2427cb0 authored by dp-arm's avatar dp-arm
Browse files

fiptool: Suppress verbose messages during normal build

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

Change-Id: I17fef10df6f127f07956a78b478ff3cadba4bd61
parent ee3e9359
...@@ -68,8 +68,8 @@ ${PROJECT}: ${OBJECTS} Makefile ...@@ -68,8 +68,8 @@ ${PROJECT}: ${OBJECTS} Makefile
@${ECHO_BLANK_LINE} @${ECHO_BLANK_LINE}
fip_create: fip_create.sh fip_create: fip_create.sh
mkdir -p ../fip_create ${Q}mkdir -p ../fip_create
install -m 755 fip_create.sh ../fip_create/fip_create ${Q}install -m 755 fip_create.sh ../fip_create/fip_create
%.o: %.c %.h ${COPIED_H_FILES} Makefile %.o: %.c %.h ${COPIED_H_FILES} Makefile
@echo " CC $<" @echo " CC $<"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment