mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
fix(build): mute sp_mk_generator from build log
Add a silent token to sp_mk_generator python script invocation. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Change-Id: I51d9bd6965504d8869e946db0a74691bbaa1dcd2
This commit is contained in:
parent
c6db6d0361
commit
fbd32ac081
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1585,8 +1585,8 @@ endif #(NEED_FDT)
|
|||
|
||||
# Add Secure Partition packages
|
||||
ifeq (${NEED_SP_PKG},yes)
|
||||
$(BUILD_PLAT)/sp_gen.mk : ${SP_MK_GEN} ${SP_LAYOUT_FILE} | ${BUILD_PLAT}
|
||||
${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} ${SP_DTS_LIST_FRAGMENT}
|
||||
$(BUILD_PLAT)/sp_gen.mk: ${SP_MK_GEN} ${SP_LAYOUT_FILE} | ${BUILD_PLAT}
|
||||
@${PYTHON} "$<" "$@" $(filter-out $<,$^) $(BUILD_PLAT) ${COT} ${SP_DTS_LIST_FRAGMENT}
|
||||
sp: $(DTBS) $(BUILD_PLAT)/sp_gen.mk $(SP_PKGS)
|
||||
@${ECHO_BLANK_LINE}
|
||||
@echo "Built SP Images successfully"
|
||||
|
|
Loading…
Add table
Reference in a new issue