summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index b074ed4..f96e2cb 100644
--- a/Makefile
+++ b/Makefile
@@ -421,10 +421,6 @@ $(BIN) : $(ELF)
@echo
@echo "Built $$@ successfully"
@echo
-ifeq (bl31.bin,$(notdir ${BIN}))
- $${Q}git show HEAD --pretty=format:"%H" | head -n 1 > cur.log
- $${Q}./tools/add_hash_bl31.sh -f $$@ -m bl31
-endif
.PHONY : bl$(1)
bl$(1) : $(BUILD_DIR) $(BIN) $(DUMP)