Commit ebcfac4e authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: don't link some non iSeries stuff

From: Stephen Rothwell <sfr@canb.auug.org.au>

I think Ben introduced this new file and iSeries doesn't need it.
parent 761c2f3c
......@@ -14,11 +14,13 @@ obj-y := setup.o entry.o traps.o irq.o idle.o \
obj-$(CONFIG_PPC_OF) += of_device.o
obj-$(CONFIG_PCI) += pci.o pci_dn.o pci_dma.o pci_dma_direct.o
obj-$(CONFIG_PCI) += pci.o pci_dn.o pci_dma.o
ifdef CONFIG_PPC_ISERIES
obj-$(CONFIG_PCI) += iSeries_pci.o iSeries_pci_reset.o \
iSeries_IoMmTable.o
else
obj-$(CONFIG_PCI) += pci_dma_direct.o
endif
obj-$(CONFIG_PPC_ISERIES) += iSeries_irq.o \
......
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