brintos

brintos / linux-shallow public Read only

0
0
Text · 843 B · 69860a6 Raw
28 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Makefile PCI and non-PCI devices in PA-RISC machines4#5# Keep the order below, e.g.6# - ccio before any potential subdevices7# - gsc is required before lasi and wax8# - asp and wax before the EISA adapters for the IRQ regions9# - EISA must come before PCI to be sure it gets IRQ region10#11 12obj-$(CONFIG_IOSAPIC)		+= iosapic.o13obj-$(CONFIG_IOMMU_SBA)		+= sba_iommu.o14obj-$(CONFIG_PCI_LBA)		+= lba_pci.o15obj-$(CONFIG_IOMMU_CCIO)	+= ccio-dma.o16 17obj-$(CONFIG_GSC)		+= gsc.o18obj-$(CONFIG_GSC_LASI)		+= lasi.o asp.o19obj-$(CONFIG_GSC_WAX)		+= wax.o20obj-$(CONFIG_EISA)		+= eisa.o eisa_enumerator.o eisa_eeprom.o21obj-$(CONFIG_HPPB)		+= hppb.o22obj-$(CONFIG_GSC_DINO)		+= dino.o23 24obj-$(CONFIG_SUPERIO)		+= superio.o25obj-$(CONFIG_CHASSIS_LCD_LED)	+= led.o26obj-$(CONFIG_PDC_STABLE)	+= pdc_stable.o27obj-y				+= power.o28