aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/fiptool/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/fiptool/Makefile b/tools/fiptool/Makefile
index b75907de06..11d2e7b0b6 100644
--- a/tools/fiptool/Makefile
+++ b/tools/fiptool/Makefile
@@ -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 $@"