blob: 00405fa6f5dfb3abcbccbe47c13d7c71b53ae1a7 [file] [log] [blame]
## SPDX-License-Identifier: GPL-2.0-or-later
ifneq ($(CONFIG_BOOTMEDIA_LOCK_NONE),y)
ifeq ($(CONFIG_BOOTMEDIA_LOCK_IN_VERSTAGE),y)
verstage-y += lockdown.c
else
ramstage-y += lockdown.c
endif
endif