diff options
Diffstat (limited to 'arch/s390/pci/Makefile')
-rw-r--r-- | arch/s390/pci/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/s390/pci/Makefile b/arch/s390/pci/Makefile new file mode 100644 index 000000000000..f0f426a113ce --- /dev/null +++ b/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_msi.o \ + pci_sysfs.o pci_event.o pci_debug.o |