repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
crossgcc: Upgrade CMake from 3.29.3 to 3.30.2
[coreboot.git]
/
src
/
security
/
lockdown
/
Makefile.mk
blob
00405fa6f5dfb3abcbccbe47c13d7c71b53ae1a7
1
## SPDX-License-Identifier: GPL-2.0-or-later
2
3
ifneq
($(
CONFIG_BOOTMEDIA_LOCK_NONE
),
y
)
4
5
ifeq
($(
CONFIG_BOOTMEDIA_LOCK_IN_VERSTAGE
),
y
)
6
verstage-y
+=
lockdown.c
7
else
8
ramstage-y
+=
lockdown.c
9
endif
10
11
endif