diff options
Diffstat (limited to 'kernel/arch/s390/pci/Makefile')
-rw-r--r-- | kernel/arch/s390/pci/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/arch/s390/pci/Makefile b/kernel/arch/s390/pci/Makefile new file mode 100644 index 000000000..805d8b291 --- /dev/null +++ b/kernel/arch/s390/pci/Makefile @@ -0,0 +1,6 @@ +# +# 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 |