summaryrefslogtreecommitdiff
path: root/src/security/lockdown/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/security/lockdown/Makefile.inc')
-rw-r--r--src/security/lockdown/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/security/lockdown/Makefile.inc b/src/security/lockdown/Makefile.inc
new file mode 100644
index 0000000000..a51a106ebc
--- /dev/null
+++ b/src/security/lockdown/Makefile.inc
@@ -0,0 +1,6 @@
+## SPDX-License-Identifier: GPL-2.0-or-later
+## This file is part of the coreboot project.
+
+ifneq ($(CONFIG_BOOTMEDIA_LOCK_NONE),y)
+ramstage-y += lockdown.c
+endif