[PATCH] ppc32 8xx: fix m8xx_ide_init() #ifdef
[linux-2.6/libata-dev.git] / drivers / pci / Makefile
blob3657f6199c48f8e579a8d1f49b91c0217f1ce0d7
2 # Makefile for the PCI bus specific drivers.
5 obj-y += access.o bus.o probe.o remove.o pci.o quirks.o \
6 names.o pci-driver.o search.o pci-sysfs.o \
7 rom.o
8 obj-$(CONFIG_PROC_FS) += proc.o
10 ifndef CONFIG_SPARC64
11 obj-y += setup-res.o
12 endif
14 obj-$(CONFIG_HOTPLUG) += hotplug.o
16 # Build the PCI Hotplug drivers if we were asked to
17 obj-$(CONFIG_HOTPLUG_PCI) += hotplug/
20 # Some architectures use the generic PCI setup functions
22 obj-$(CONFIG_X86) += setup-bus.o
23 obj-$(CONFIG_ALPHA) += setup-bus.o setup-irq.o
24 obj-$(CONFIG_ARM) += setup-bus.o setup-irq.o
25 obj-$(CONFIG_PARISC) += setup-bus.o
26 obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o
27 obj-$(CONFIG_PPC32) += setup-irq.o
28 obj-$(CONFIG_PPC64) += setup-bus.o
29 obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o
30 obj-$(CONFIG_X86_VISWS) += setup-irq.o
31 obj-$(CONFIG_PCI_MSI) += msi.o
34 # ACPI Related PCI FW Functions
36 obj-$(CONFIG_ACPI) += pci-acpi.o
38 # Cardbus & CompactPCI use setup-bus
39 obj-$(CONFIG_HOTPLUG) += setup-bus.o
41 ifndef CONFIG_X86
42 obj-y += syscall.o
43 endif
45 ifeq ($(CONFIG_PCI_DEBUG),y)
46 EXTRA_CFLAGS += -DDEBUG
47 endif
49 hostprogs-y := gen-devlist
51 # Dependencies on generated files need to be listed explicitly
52 $(obj)/names.o: $(obj)/devlist.h $(obj)/classlist.h
53 $(obj)/classlist.h: $(obj)/devlist.h
55 # And that's how to generate them
56 quiet_cmd_devlist = DEVLIST $@
57 cmd_devlist = ( cd $(obj); ./gen-devlist ) < $<
58 $(obj)/devlist.h: $(src)/pci.ids $(obj)/gen-devlist
59 $(call cmd,devlist)
61 # Files generated that shall be removed upon make clean
62 clean-files := devlist.h classlist.h
64 # Build PCI Express stuff if needed
65 obj-$(CONFIG_PCIEPORTBUS) += pcie/