aboutsummaryrefslogtreecommitdiff
path: root/src/security/lockdown/Makefile.inc
blob: a51a106ebcc851d3733e2c5e2597726739460c3d (plain)
1
2
3
4
5
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