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
soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git]
/
src
/
ec
/
dell
/
mec5035
/
Makefile.inc
blob
4ebdd811f9a72b049e2add6fa4d62372fef77b0f
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq ($(CONFIG_EC_DELL_MEC5035),y)
4
5
bootblock-y += mec5035.c
6
romstage-y += mec5035.c
7
ramstage-y += mec5035.c
8
9
endif