Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 65426
b: refs/heads/master
c: 5fa25be
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Oct 11, 2007
1 parent 6358881 commit e08655b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 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: e32c44c8349dbdf7712a7d868fdbff75599c9005
refs/heads/master: 5fa25bee6cee459ee3d08f7544cca5a9fb016c8b
19 changes: 5 additions & 14 deletions trunk/arch/i386/pci/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
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_DIRECT) += direct.o

pci-y := fixup.o
pci-$(CONFIG_ACPI) += acpi.o
pci-y += legacy.o irq.o

pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o

obj-y += $(pci-y) common.o early.o
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/i386/pci/Makefile_32
else
include ${srctree}/arch/x86_64/pci/Makefile_64
endif
14 changes: 14 additions & 0 deletions trunk/arch/i386/pci/Makefile_32
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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_DIRECT) += direct.o

pci-y := fixup.o
pci-$(CONFIG_ACPI) += acpi.o
pci-y += legacy.o irq.o

pci-$(CONFIG_X86_VISWS) := visws.o fixup.o
pci-$(CONFIG_X86_NUMAQ) := numa.o irq.o

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

0 comments on commit e08655b

Please sign in to comment.