2005-04-17 02:20:36 +04:00
#
# Makefile for the PCI bus specific drivers.
#
obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \
names.o pci-driver.o search.o pci-sysfs.o \
rom.o
obj-$(CONFIG_PROC_FS) += proc.o
i f n d e f C O N F I G _ S P A R C 6 4
obj-y += setup-res.o
e n d i f
obj-$(CONFIG_HOTPLUG) += hotplug.o
# Build the PCI Hotplug drivers if we were asked to
obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
#
# Some architectures use the generic PCI setup functions
#
2005-06-21 01:29:25 +04:00
obj-$(CONFIG_X86) += setup-bus.o
2005-04-17 02:20:36 +04:00
obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o
obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
obj-$(CONFIG_PARISC) += setup-bus.o
obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o
obj-$(CONFIG_PPC32) += setup-irq.o
obj-$(CONFIG_PPC64) += setup-bus.o
obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
obj-$(CONFIG_X86_VISWS) += setup-irq.o
obj-$(CONFIG_PCI_MSI) += msi.o
#
# ACPI Related PCI FW Functions
#
obj-$(CONFIG_ACPI) += pci-acpi.o
# Cardbus & CompactPCI use setup-bus
obj-$(CONFIG_HOTPLUG) += setup-bus.o
i f n d e f C O N F I G _ X 8 6
obj-y += syscall.o
e n d i f
i f e q ( $( CONFIG_PCI_DEBUG ) , y )
EXTRA_CFLAGS += -DDEBUG
e n d i f
hostprogs-y := gen-devlist
# Dependencies on generated files need to be listed explicitly
$(obj)/names.o : $( obj ) /devlist .h $( obj ) /classlist .h
$(obj)/classlist.h : $( obj ) /devlist .h
# And that's how to generate them
quiet_cmd_devlist = DEVLIST $@
cmd_devlist = ( cd $( obj) ; ./gen-devlist ) < $<
$(obj)/devlist.h : $( src ) /pci .ids $( obj ) /gen -devlist
$( call cmd,devlist)
# Files generated that shall be removed upon make clean
clean-files := devlist.h classlist.h
# Build PCI Express stuff if needed
obj-$(CONFIG_PCIEPORTBUS) += pcie/