aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTamas Ban <tamas.ban@arm.com>2020-11-04 16:18:36 +0000
committerDavid Hu <david.hu@arm.com>2021-03-19 15:07:52 +0800
commitb881bea86f7c41d5ddc46803fa31282b1d610016 (patch)
treecfb97cc1183bbeb10d355b8345b4466499c6357b /CMakeLists.txt
parent0b9738a7798ce8ae32fa53e7f706919a31a2be8b (diff)
downloadtrusted-firmware-m-b881bea86f7c41d5ddc46803fa31282b1d610016.tar.gz
FIH: Add fault injection hardening library
Signed-off-by: Tamas Ban <tamas.ban@arm.com> Signed-off-by: Raef Coles <raef.coles@arm.com> Co-authored-by: David Hu <david.hu@arm.com> Change-Id: I188c2739a525a5d1b2aed43fd1c16063aa697297
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc9605ea25..b204c74917 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2020, Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -82,6 +82,7 @@ endif()
################################################################################
add_subdirectory(lib/ext)
+add_subdirectory(lib/fih)
add_subdirectory(tools)
add_subdirectory(docs)
if(NS)