## 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