aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-28 02:54:39 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2005-09-28 02:54:39 +1000
commitcb4cf8056ead24ef0595859952319e2a608d5e07 (patch)
tree303521dcaac493ee7433cd8f8c1f8d83dc0a7653 /arch/ppc64/kernel/Makefile
parentpowerpc: Move iSeries_pci.c to powerpc/platform/iseries (diff)
downloadlinux-dev-cb4cf8056ead24ef0595859952319e2a608d5e07.tar.xz
linux-dev-cb4cf8056ead24ef0595859952319e2a608d5e07.zip
powerpc: Move iSeries_irq.c to powerpc/platorms/iseries
And rename it to irq.c. Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to '')
-rw-r--r--arch/ppc64/kernel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/ppc64/kernel/Makefile b/arch/ppc64/kernel/Makefile
index 8473a8784567..2ff5d490e725 100644
--- a/arch/ppc64/kernel/Makefile
+++ b/arch/ppc64/kernel/Makefile
@@ -16,8 +16,7 @@ obj-y += vdso32/ vdso64/
obj-$(CONFIG_PPC_OF) += of_device.o
-pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_irq.o \
- iSeries_VpdInfo.o
+pci-obj-$(CONFIG_PPC_ISERIES) += iSeries_VpdInfo.o
pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o
obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y)