aboutsummaryrefslogtreecommitdiff
path: root/src/security/lockdown/Makefile.inc
blob: 6ccc5571d4d6692cff3c68d99b93b82aa54531f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SPDX-License-Identifier: GPL-2.0-or-later
## This file is part of the coreboot project.

ifneq ($(CONFIG_BOOTMEDIA_LOCK_NONE),y)

ifeq ($(CONFIG_BOOTMEDIA_LOCK_IN_VERSTAGE),y)
verstage-y += lockdown.c
else
ramstage-y += lockdown.c
endif

endif