diff options
Diffstat (limited to 'arch/s390/Kbuild')
-rw-r--r-- | arch/s390/Kbuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kbuild b/arch/s390/Kbuild index cc45d25..647c3ec 100644 --- a/arch/s390/Kbuild +++ b/arch/s390/Kbuild @@ -6,3 +6,4 @@ obj-$(CONFIG_S390_HYPFS_FS) += hypfs/ obj-$(CONFIG_APPLDATA_BASE) += appldata/ obj-$(CONFIG_MATHEMU) += math-emu/ obj-y += net/ +obj-$(CONFIG_PCI) += pci/ |