8 lines
192 B
Makefile
8 lines
192 B
Makefile
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
#
|
||
|
# Makefile for the s390 PCI subsystem.
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_PCI) += pci.o pci_dma.o pci_clp.o pci_sysfs.o \
|
||
|
pci_event.o pci_debug.o pci_insn.o pci_mmio.o
|