xref: /kernel/linux/linux-6.6/drivers/parisc/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/parisc/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile PCI and non-PCI devices in PA-RISC machines
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci# Keep the order below, e.g.
662306a36Sopenharmony_ci# - ccio before any potential subdevices
762306a36Sopenharmony_ci# - gsc is required before lasi and wax
862306a36Sopenharmony_ci# - asp and wax before the EISA adapters for the IRQ regions
962306a36Sopenharmony_ci# - EISA must come before PCI to be sure it gets IRQ region
1062306a36Sopenharmony_ci#
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ciobj-$(CONFIG_IOSAPIC)		+= iosapic.o
1362306a36Sopenharmony_ciobj-$(CONFIG_IOMMU_SBA)		+= sba_iommu.o
1462306a36Sopenharmony_ciobj-$(CONFIG_PCI_LBA)		+= lba_pci.o
1562306a36Sopenharmony_ciobj-$(CONFIG_IOMMU_CCIO)	+= ccio-dma.o
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ciobj-$(CONFIG_GSC)		+= gsc.o
1862306a36Sopenharmony_ciobj-$(CONFIG_GSC_LASI)		+= lasi.o asp.o
1962306a36Sopenharmony_ciobj-$(CONFIG_GSC_WAX)		+= wax.o
2062306a36Sopenharmony_ciobj-$(CONFIG_EISA)		+= eisa.o eisa_enumerator.o eisa_eeprom.o
2162306a36Sopenharmony_ciobj-$(CONFIG_HPPB)		+= hppb.o
2262306a36Sopenharmony_ciobj-$(CONFIG_GSC_DINO)		+= dino.o
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ciobj-$(CONFIG_SUPERIO)		+= superio.o
2562306a36Sopenharmony_ciobj-$(CONFIG_CHASSIS_LCD_LED)	+= led.o
2662306a36Sopenharmony_ciobj-$(CONFIG_PDC_STABLE)	+= pdc_stable.o
2762306a36Sopenharmony_ciobj-y				+= power.o
28

Indexes created Thu Nov 07 10:32:03 CST 2024