Browse Source
Merge pull request #1324 from michpappas/tf-issues#567Platforms_cannot_override_ENABLE_STACK_PROTECTOR
Platforms cannot override ENABLE_STACK_PROTECTOR
pull/1330/head
Dimitris Papastamos
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
7 deletions
-
Makefile
|
|
@ -274,13 +274,6 @@ endif |
|
|
|
# over the sources. |
|
|
|
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)
|
|
|
@ -440,6 +433,12 @@ ifneq (${FIP_ALIGN},0) |
|
|
|
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)
|
|
|
|
################################################################################
|
|
|
|