repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/nissa/var/rull: Configure Acoustic noise mitigation
[coreboot2.git]
/
src
/
soc
/
amd
/
common
/
block
/
simnow
/
Makefile.mk
blob
2cd79c899f12b390a13be6c271beea09859fff04
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_CONSOLE_AMD_SIMNOW
),
y
)
4
all-y
+=
simnow_console.c
5
6
smm-
$(
CONFIG_DEBUG_SMI
) +=
simnow_console.c
7
endif