[PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64
[deliverable/linux.git] / arch / x86_64 / pci / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for X86_64 specific PCI routines
3#
4# Reuse the i386 PCI subsystem
5#
469b1d87 6EXTRA_CFLAGS += -Iarch/i386/pci
1da177e4
LT
7
8obj-y := i386.o
9obj-$(CONFIG_PCI_DIRECT)+= direct.o
92c05fc1 10obj-y += fixup.o init.o
6153df7b 11obj-$(CONFIG_ACPI) += acpi.o
8f60774a 12obj-y += legacy.o irq.o common.o early.o
1da177e4 13# mmconfig has a 64bit special
b7867394 14obj-$(CONFIG_PCI_MMCONFIG) += mmconfig.o direct.o mmconfig-shared.o
1da177e4
LT
15
16obj-$(CONFIG_NUMA) += k8-bus.o
17
18direct-y += ../../i386/pci/direct.o
19acpi-y += ../../i386/pci/acpi.o
20legacy-y += ../../i386/pci/legacy.o
21irq-y += ../../i386/pci/irq.o
22common-y += ../../i386/pci/common.o
23fixup-y += ../../i386/pci/fixup.o
24i386-y += ../../i386/pci/i386.o
92c05fc1 25init-y += ../../i386/pci/init.o
8f60774a 26early-y += ../../i386/pci/early.o
b7867394 27mmconfig-shared-y += ../../i386/pci/mmconfig-shared.o
This page took 0.195893 seconds and 5 git commands to generate.