Skip to content

Commit

Permalink
x86/pci: Makefile merge: whitespace changes only
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Richter <robert.richter@amd.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 9, 2008
1 parent 7fa71c0 commit 0b40e84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions arch/x86/pci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b40e84

Please sign in to comment.