Commit 85093bbc authored by James Bottomley's avatar James Bottomley

Remove visws from kernel/pci/Makefile

parent 5fdfb610
...@@ -2,10 +2,6 @@ O_TARGET := pci.o ...@@ -2,10 +2,6 @@ O_TARGET := pci.o
obj-y := dma.o i386.o obj-y := dma.o i386.o
ifdef CONFIG_VISWS
obj-y += visws.o
else
obj-$(CONFIG_PCI_BIOS) += pcbios.o obj-$(CONFIG_PCI_BIOS) += pcbios.o
obj-$(CONFIG_PCI_DIRECT) += direct.o obj-$(CONFIG_PCI_DIRECT) += direct.o
...@@ -22,7 +18,6 @@ endif ...@@ -22,7 +18,6 @@ endif
endif # CONFIG_MULTIQUAD endif # CONFIG_MULTIQUAD
obj-y += irq.o common.o obj-y += irq.o common.o
endif # CONFIG_VISWS
export-objs += $(obj-y) export-objs += $(obj-y)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment