diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-07-10 10:29:28 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-07-10 12:55:32 -0400 |
commit | 22d5c67c5b0476e463ce4b632ba9ec3953d33a5f (patch) | |
tree | 2a0e19587aa081c48f3cbb60585d47ebc9c52294 /drivers | |
parent | 3b33553badcde952adcf3b3ba5faae38d7d85071 (diff) |
x86, VisWS: turn into generic arch, make VisWS boot on a regular PC
first step: make the VISWS subarch boot on a regular PC.
We take various shortcuts for that. We copy the generic arch setup file over
into the VISWS setup file.
This is the only step that is not expected to boot on a real VISWS.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/pci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/pci/Makefile b/drivers/pci/Makefile index 4d1ce2e7361e..3452cf59eed0 100644 --- a/drivers/pci/Makefile +++ b/drivers/pci/Makefile | |||
@@ -37,7 +37,7 @@ obj-$(CONFIG_SUPERH) += setup-bus.o setup-irq.o | |||
37 | obj-$(CONFIG_PPC32) += setup-irq.o | 37 | obj-$(CONFIG_PPC32) += setup-irq.o |
38 | obj-$(CONFIG_PPC) += setup-bus.o | 38 | obj-$(CONFIG_PPC) += setup-bus.o |
39 | obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o | 39 | obj-$(CONFIG_MIPS) += setup-bus.o setup-irq.o |
40 | obj-$(CONFIG_X86_VISWS) += setup-irq.o | 40 | #obj-$(CONFIG_X86_VISWS) += setup-irq.o |
41 | obj-$(CONFIG_MN10300) += setup-bus.o | 41 | obj-$(CONFIG_MN10300) += setup-bus.o |
42 | 42 | ||
43 | # | 43 | # |