URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [pci/] [Makefile] - Rev 62
Compare with Previous | Blame | View Log
## Makefile for the PCI bus specific drivers.#obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \pci-driver.o search.o pci-sysfs.o rom.o setup-res.oobj-$(CONFIG_PROC_FS) += proc.o# Build PCI Express stuff if neededobj-$(CONFIG_PCIEPORTBUS) += pcie/obj-$(CONFIG_HOTPLUG) += hotplug.o# Build the PCI Hotplug drivers if we were asked toobj-$(CONFIG_HOTPLUG_PCI) += hotplug/# Build the PCI MSI interrupt supportobj-$(CONFIG_PCI_MSI) += msi.o# Build the Hypertransport interrupt supportobj-$(CONFIG_HT_IRQ) += htirq.o# Build Intel IOMMU supportobj-$(CONFIG_DMAR) += dmar.o iova.o intel-iommu.o## Some architectures use the generic PCI setup functions#obj-$(CONFIG_X86) += setup-bus.oobj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.oobj-$(CONFIG_ARM) += setup-bus.o setup-irq.oobj-$(CONFIG_PARISC) += setup-bus.oobj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.oobj-$(CONFIG_PPC32) += setup-irq.oobj-$(CONFIG_PPC64) += setup-bus.oobj-$(CONFIG_MIPS) += setup-bus.o setup-irq.oobj-$(CONFIG_X86_VISWS) += setup-irq.o## ACPI Related PCI FW Functions#obj-$(CONFIG_ACPI) += pci-acpi.o# Cardbus & CompactPCI use setup-busobj-$(CONFIG_HOTPLUG) += setup-bus.oobj-$(CONFIG_PCI_SYSCALL) += syscall.oifeq ($(CONFIG_PCI_DEBUG),y)EXTRA_CFLAGS += -DDEBUGendif
