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
device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs
[coreboot2.git]
/
src
/
northbridge
/
intel
/
e7505
/
Makefile.mk
blob
44a056b788406a83b4f8b9a3403877ef9e798e48
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
ifeq
($(
CONFIG_NORTHBRIDGE_INTEL_E7505
),
y
)
4
5
ramstage-y
+=
northbridge.c
6
ramstage-y
+=
memmap.c
7
8
romstage-y
+=
romstage.c
9
romstage-y
+=
raminit.c
10
romstage-y
+=
memmap.c
11
12
endif