Merge branch 'tracing/ftrace' into auto-ftrace-next
[deliverable/linux.git] / arch / x86 / pci / Makefile_64
CommitLineData
7b06e6c5
TG
1#
2# Makefile for X86_64 specific PCI routines
3#
4# Reuse the i386 PCI subsystem
5#
fb9aa6f1 6EXTRA_CFLAGS += -Iarch/x86/pci
7b06e6c5
TG
7
8obj-y := i386.o
9obj-$(CONFIG_PCI_DIRECT)+= direct.o
10obj-y += fixup.o init.o
11obj-$(CONFIG_ACPI) += acpi.o
12obj-y += legacy.o irq.o common.o early.o
13# mmconfig has a 64bit special
14obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o
15
30a18d6c 16obj-y += k8-bus_64.o
7b06e6c5 17
This page took 0.172269 seconds and 5 git commands to generate.