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/wifi: Remove unnecessary data structure copy
[coreboot2.git]
/
src
/
ec
/
smsc
/
mec1308
/
Makefile.mk
blob
199742c6a08f1bad0bc1bf3d17952b0c6a578cea
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_EC_SMSC_MEC1308
),
y
)
3
4
ramstage-y
+=
ec.c
5
smm-y
+=
ec.c
6
7
endif