From 7771bdf899bf1e397a1ba455e346734cea20e545 Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Wed, 2 Jul 2008 22:50:21 +0200 Subject: [PATCH] --- yaml --- r: 100101 b: refs/heads/master c: 0b40e84ab750b4ba5fc8d6712c892502dc93b212 h: refs/heads/master i: 100099: 73fa984c0c0f111f4f51d2296dfd021e0c6de6c3 v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/Makefile | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/[refs] b/[refs] index 72c826529fe5..a56eacee126a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7fa71c0e0e371b995fdf3a367542a014c1f37f29 +refs/heads/master: 0b40e84ab750b4ba5fc8d6712c892502dc93b212 diff --git a/trunk/arch/x86/pci/Makefile b/trunk/arch/x86/pci/Makefile index 8645094d7423..30944bc5252d 100644 --- a/trunk/arch/x86/pci/Makefile +++ b/trunk/arch/x86/pci/Makefile @@ -33,14 +33,14 @@ else # Makefile for X86_64 specific PCI routines # -obj-y := i386.o -obj-$(CONFIG_PCI_DIRECT)+= direct.o -obj-y += fixup.o init.o -obj-$(CONFIG_ACPI) += acpi.o -obj-y += legacy.o irq.o common.o early.o +obj-y := i386.o +obj-$(CONFIG_PCI_DIRECT) += direct.o +obj-y += fixup.o init.o +obj-$(CONFIG_ACPI) += acpi.o +obj-y += legacy.o irq.o common.o early.o # mmconfig has a 64bit special -obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o +obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o -obj-y += amd_bus.o +obj-y += amd_bus.o endif