Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100107
b: refs/heads/master
c: f4d994b
h: refs/heads/master
i:
  100105: 31f8d07
  100103: f051e78
v: v3
  • Loading branch information
Robert Richter authored and Ingo Molnar committed Jul 9, 2008
1 parent fe93fcc commit 5d625d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 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: d199a0482791bdf2f052081aa212d8c83ccef88a
refs/heads/master: f4d994b541198446fc3d5d4ec5de232e171bf6dd
21 changes: 1 addition & 20 deletions trunk/arch/x86/pci/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
ifeq ($(CONFIG_X86_32),y)

obj-y := i386.o init.o

obj-$(CONFIG_PCI_BIOS) += pcbios.o
obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_32.o direct.o mmconfig-shared.o
obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_$(BITS).o direct.o mmconfig-shared.o
obj-$(CONFIG_PCI_DIRECT) += direct.o
obj-$(CONFIG_PCI_OLPC) += olpc.o

Expand All @@ -23,20 +21,3 @@ pci-$(CONFIG_X86_NUMAQ) += numa.o

obj-y += $(pci-y) common.o early.o
obj-y += amd_bus.o

else

#
# Makefile for X86_64 specific PCI routines
#

obj-y := i386.o init.o
obj-$(CONFIG_PCI_MMCONFIG) += mmconfig_64.o direct.o mmconfig-shared.o
obj-$(CONFIG_PCI_DIRECT) += direct.o
pci-y := fixup.o
pci-$(CONFIG_ACPI) += acpi.o
pci-y += legacy.o irq.o
obj-y += $(pci-y) common.o early.o
obj-y += amd_bus.o

endif

0 comments on commit 5d625d6

Please sign in to comment.