3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-22 23:25:52 +00:00
Brooklyn/arch/s390/pci/Makefile

10 lines
270 B
Makefile
Raw Normal View History

2022-04-02 18:08:56 +05:00
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the s390 PCI subsystem.
#
obj-$(CONFIG_PCI) += pci.o pci_irq.o pci_dma.o pci_clp.o pci_sysfs.o \
pci_event.o pci_debug.o pci_insn.o pci_mmio.o \
2022-09-13 23:14:27 +05:00
pci_bus.o pci_kvm_hook.o
2022-04-02 18:08:56 +05:00
obj-$(CONFIG_PCI_IOV) += pci_iov.o