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
cpu/intel: Add socket types
[coreboot2.git]
/
src
/
ec
/
acpi
/
Makefile.mk
blob
b3eb1036ecf4b1e71cb22b805c1e98edf5e0db72
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_EC_ACPI
),
y
)
3
4
bootblock-y
+=
ec.c
5
verstage-y
+=
ec.c
6
romstage-y
+=
ec.c
7
ramstage-y
+=
ec.c
8
smm-y
+=
ec.c
9
10
endif