1b2441318SGreg Kroah-Hartman# SPDX-License-Identifier: GPL-2.0 21da177e4SLinus Torvalds# 3*59bf860aSHelge Deller# Makefile PCI and non-PCI devices in PA-RISC machines 4*59bf860aSHelge Deller# 5*59bf860aSHelge Deller# Keep the order below, e.g. 6*59bf860aSHelge Deller# - ccio before any potential subdevices 7*59bf860aSHelge Deller# - gsc is required before lasi and wax 8*59bf860aSHelge Deller# - asp and wax before the EISA adapters for the IRQ regions 9*59bf860aSHelge Deller# - EISA must come before PCI to be sure it gets IRQ region 101da177e4SLinus Torvalds# 111da177e4SLinus Torvalds 121da177e4SLinus Torvaldsobj-$(CONFIG_IOSAPIC) += iosapic.o 131da177e4SLinus Torvaldsobj-$(CONFIG_IOMMU_SBA) += sba_iommu.o 141da177e4SLinus Torvaldsobj-$(CONFIG_PCI_LBA) += lba_pci.o 151da177e4SLinus Torvaldsobj-$(CONFIG_IOMMU_CCIO) += ccio-dma.o 161da177e4SLinus Torvalds 171da177e4SLinus Torvaldsobj-$(CONFIG_GSC) += gsc.o 181da177e4SLinus Torvaldsobj-$(CONFIG_GSC_LASI) += lasi.o asp.o 191da177e4SLinus Torvaldsobj-$(CONFIG_GSC_WAX) += wax.o 201da177e4SLinus Torvaldsobj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.o 21*59bf860aSHelge Dellerobj-$(CONFIG_HPPB) += hppb.o 22*59bf860aSHelge Dellerobj-$(CONFIG_GSC_DINO) += dino.o 231da177e4SLinus Torvalds 241da177e4SLinus Torvaldsobj-$(CONFIG_SUPERIO) += superio.o 251da177e4SLinus Torvaldsobj-$(CONFIG_CHASSIS_LCD_LED) += led.o 261da177e4SLinus Torvaldsobj-$(CONFIG_PDC_STABLE) += pdc_stable.o 271da177e4SLinus Torvaldsobj-y += power.o 28