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
/
compal
/
ene932
/
Makefile.mk
blob
6af2a1c58e9ee0d1f40ff29271b87d5b3d32f6cd
1
## SPDX-License-Identifier: GPL-2.0-only
2
ifeq
($(
CONFIG_EC_COMPAL_ENE932
),
y
)
3
4
ramstage-y
+=
ec.c
5
smm-y
+=
ec.c
6
smm-y
+=
..
/
..
/
..
/
lib
/
delay.c
7
8
endif