Unverified Commit 6f0b253b authored by Dimitris Papastamos's avatar Dimitris Papastamos Committed by GitHub
Browse files

Merge pull request #1324 from...

Merge pull request #1324 from michpappas/tf-issues#567Platforms_cannot_override_ENABLE_STACK_PROTECTOR

Platforms cannot override ENABLE_STACK_PROTECTOR
parents b7477475 46e5e035
...@@ -274,13 +274,6 @@ endif ...@@ -274,13 +274,6 @@ endif
# over the sources. # over the sources.
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 # Include the platform specific Makefile after the SPD Makefile (the platform
# makefile may use all previous definitions in this file) # makefile may use all previous definitions in this file)
...@@ -440,6 +433,12 @@ ifneq (${FIP_ALIGN},0) ...@@ -440,6 +433,12 @@ ifneq (${FIP_ALIGN},0)
FIP_ARGS += --align ${FIP_ALIGN} FIP_ARGS += --align ${FIP_ALIGN}
endif endif
################################################################################
# Include libraries' Makefile that are used in all BL
################################################################################
include lib/stack_protector/stack_protector.mk
################################################################################ ################################################################################
# Auxiliary tools (fiptool, cert_create, etc) # Auxiliary tools (fiptool, cert_create, etc)
################################################################################ ################################################################################
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment