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
soc/amd/common/psp/psp_def.h: increase P2C_BUFFER_MAXSIZE
[coreboot2.git]
/
src
/
southbridge
/
intel
/
i82870
/
Makefile.mk
blob
83ebca5af2873ff2576aa171fff19c5a2029a70f
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_SOUTHBRIDGE_INTEL_I82870
),
y
)
4
5
ramstage-y
+=
ioapic.c
6
ramstage-y
+=
pcibridge.c
7
8
endif