diff options
| author | Dimitris Papastamos <dimitris.papastamos@arm.com> | 2018-03-22 14:47:15 +0000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-22 14:47:15 +0000 | 
| commit | 6f0b253b6faf0acf2405e93f411725c702acfcb5 (patch) | |
| tree | 9291b7eb2d06fd464ece85ed4d38c6ef6ed1a7d0 | |
| parent | b74774751b3c630aa87b20c5f4c439686b19eb82 (diff) | |
| parent | 46e5e035ab2247189bde6a191edf5af6563bb794 (diff) | |
Merge pull request #1324 from michpappas/tf-issues#567Platforms_cannot_override_ENABLE_STACK_PROTECTOR
Platforms cannot override ENABLE_STACK_PROTECTOR
| -rw-r--r-- | Makefile | 13 | 
1 files changed, 6 insertions, 7 deletions
| @@ -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)  ################################################################################ | 
