repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Makefile.inc: Remove workaround ACPI warnings
[coreboot.git]
/
src
/
ec
/
smsc
/
mec1308
/
Makefile.inc
blob
c45f65dcd8a10f80cc115aab7eed0677345e75a5
1
ifeq ($(CONFIG_EC_SMSC_MEC1308),y)
2
3
ramstage-y += ec.c
4
smm-y += ec.c
5
6
endif