summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitris Papastamos <dimitris.papastamos@arm.com>2018-03-22 14:47:15 +0000
committerGitHub <noreply@github.com>2018-03-22 14:47:15 +0000
commit6f0b253b6faf0acf2405e93f411725c702acfcb5 (patch)
tree9291b7eb2d06fd464ece85ed4d38c6ef6ed1a7d0 /Makefile
parentb74774751b3c630aa87b20c5f4c439686b19eb82 (diff)
parent46e5e035ab2247189bde6a191edf5af6563bb794 (diff)
Merge pull request #1324 from michpappas/tf-issues#567Platforms_cannot_override_ENABLE_STACK_PROTECTOR
Platforms cannot override ENABLE_STACK_PROTECTOR
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 94ae63ea..ca91e69a 100644
--- a/Makefile
+++ b/Makefile
@@ -275,13 +275,6 @@ endif
endif
################################################################################
-# Include libraries' Makefile that are used in all BL
-################################################################################
-
-include lib/stack_protector/stack_protector.mk
-
-
-################################################################################
# Include the platform specific Makefile after the SPD Makefile (the platform
# makefile may use all previous definitions in this file)
################################################################################
@@ -441,6 +434,12 @@ FIP_ARGS += --align ${FIP_ALIGN}
endif
################################################################################
+# Include libraries' Makefile that are used in all BL
+################################################################################
+
+include lib/stack_protector/stack_protector.mk
+
+################################################################################
# Auxiliary tools (fiptool, cert_create, etc)
################################################################################