Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100101
b: refs/heads/master
c: 0b40e84
h: refs/heads/master
i:
  100099: 73fa984
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 9, 2008
1 parent bb77e31 commit 7771bdf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7fa71c0e0e371b995fdf3a367542a014c1f37f29
refs/heads/master: 0b40e84ab750b4ba5fc8d6712c892502dc93b212
14 changes: 7 additions & 7 deletions trunk/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 7771bdf

Please sign in to comment.