blob: 6ccc5571d4d6692cff3c68d99b93b82aa54531f1 [file] [log] [blame]
## 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