mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 09:34:18 +00:00
Merge "fiptool: Do not call 'make clean' in 'all' target" into integration
This commit is contained in:
commit
cf59a1d12c
1 changed files with 1 additions and 5 deletions
|
@ -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 $@"
|
||||
|
|
Loading…
Add table
Reference in a new issue