Merge "fiptool: Do not call 'make clean' in 'all' target" into integration

This commit is contained in:
Manish Pandey 2021-04-08 13:15:21 +02:00 committed by TrustedFirmware Code Review
commit cf59a1d12c
1 changed files with 1 additions and 5 deletions

View File

@ -44,11 +44,7 @@ endif
.PHONY: all clean distclean
# Clean before build as old fiptool might be created with
# including different PLAT_FIPTOOL_HELPER_MK.
all:
${MAKE} clean
${MAKE} ${PROJECT}
all: ${PROJECT}
${PROJECT}: ${OBJECTS} Makefile
@echo " HOSTLD $@"