1 # SPDX-License-Identifier: GPL-2.0 2 # 3 # Makefile for the s390 PCI subsystem. 4 # 5 6 obj-$(CONFIG_PCI) += pci.o pci_irq.o pci_clp.o \ 7 pci_event.o pci_debug.o pci_insn.o pci_mmio.o \ 8 pci_bus.o pci_kvm_hook.o 9 obj-$(CONFIG_PCI_IOV) += pci_iov.o 10 obj-$(CONFIG_SYSFS) += pci_sysfs.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.