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
drivers/mipi: Add support for KD_KD110N11_51IE panel
[coreboot2.git]
/
src
/
ec
/
clevo
/
it5570e
/
Makefile.mk
blob
46d97d2dc67cab7d68af81aa089b66bc4a89ff85
1
# SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_EC_CLEVO_IT5570E
),
y
)
4
5
bootblock-y
+=
early_init.c
6
bootblock-y
+=
i2ec.c
7
8
ramstage-y
+=
ec.c
9
ramstage-y
+=
commands.c
10
ramstage-y
+=
smbios.c
11
ramstage-y
+=
ssdt.c
12
13
smm-y
+=
commands.c
14
smm-y
+=
smihandler.c
15
16
endif