device/pci_ids: Add Panther Lake Intel Touch Controller PCI IDs
[coreboot2.git] / src / northbridge / intel / e7505 / Makefile.mk
blob44a056b788406a83b4f8b9a3403877ef9e798e48
1 ## SPDX-License-Identifier: GPL-2.0-only
3 ifeq ($(CONFIG_NORTHBRIDGE_INTEL_E7505),y)
5 ramstage-y += northbridge.c
6 ramstage-y += memmap.c
8 romstage-y += romstage.c
9 romstage-y += raminit.c
10 romstage-y += memmap.c
12 endif