Commit a5794cc1 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #683 from dp-arm/dp/fiptool

fiptool: Suppress verbose messages during normal build
parents 6700ae65 c2427cb0
......@@ -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 $<"
......
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