crossgcc: Upgrade CMake from 3.29.3 to 3.30.2
[coreboot.git] / src / security / lockdown / Makefile.mk
blob00405fa6f5dfb3abcbccbe47c13d7c71b53ae1a7
1 ## SPDX-License-Identifier: GPL-2.0-or-later
3 ifneq ($(CONFIG_BOOTMEDIA_LOCK_NONE),y)
5 ifeq ($(CONFIG_BOOTMEDIA_LOCK_IN_VERSTAGE),y)
6 verstage-y += lockdown.c
7 else
8 ramstage-y += lockdown.c
9 endif
11 endif