Makefile 843 B

123456789101112131415161718192021222324252627
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile PCI and non-PCI devices in PA-RISC machines
  4. #
  5. # Keep the order below, e.g.
  6. # - ccio before any potential subdevices
  7. # - gsc is required before lasi and wax
  8. # - asp and wax before the EISA adapters for the IRQ regions
  9. # - EISA must come before PCI to be sure it gets IRQ region
  10. #
  11. obj-$(CONFIG_IOSAPIC) += iosapic.o
  12. obj-$(CONFIG_IOMMU_SBA) += sba_iommu.o
  13. obj-$(CONFIG_PCI_LBA) += lba_pci.o
  14. obj-$(CONFIG_IOMMU_CCIO) += ccio-dma.o
  15. obj-$(CONFIG_GSC) += gsc.o
  16. obj-$(CONFIG_GSC_LASI) += lasi.o asp.o
  17. obj-$(CONFIG_GSC_WAX) += wax.o
  18. obj-$(CONFIG_EISA) += eisa.o eisa_enumerator.o eisa_eeprom.o
  19. obj-$(CONFIG_HPPB) += hppb.o
  20. obj-$(CONFIG_GSC_DINO) += dino.o
  21. obj-$(CONFIG_SUPERIO) += superio.o
  22. obj-$(CONFIG_CHASSIS_LCD_LED) += led.o
  23. obj-$(CONFIG_PDC_STABLE) += pdc_stable.o
  24. obj-y += power.o