summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2017-04-06 10:20:47 +0100
committerGitHub <noreply@github.com>2017-04-06 10:20:47 +0100
commited7562521b8b68e6e3d681c9564cd69afbf93e89 (patch)
treef15bdf21a1fb1144367a0a9ba5172e0fc141ea4c /Makefile
parent90e0ffd367c0e06bf42b323e78d7f4e455419a9e (diff)
parente6d2aea159f4b88fc128ae62432c8fff4b0c2e5f (diff)
Merge pull request #886 from dp-arm/dp/stack-protector
Add support for GCC stack protection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3d199862..9f9061c4 100644
--- a/Makefile
+++ b/Makefile
@@ -246,6 +246,12 @@ 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