aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-27 12:28:45 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-09-27 12:28:45 -0400
commite508f438e0c152dcd1fbec5104e9c0ee28f352d4 (patch)
treebf67e0848e8ec5c5c255a8223550e9970cbdc29d /arch/ppc64/kernel/Makefile
parentcb5c7980ab16c461a883ec7899675be57798d285 (diff)
powerpc: Move iSeries_htab.c to powerpc/platforms/iseries
And rename it to htab.c Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/ppc64/kernel/Makefile')
-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 271b71d20d15..9225a6704e8a 100644
--- a/arch/ppc64/kernel/Makefile
+++ b/arch/ppc64/kernel/Makefile
@@ -22,8 +22,7 @@ pci-obj-$(CONFIG_PPC_MULTIPLATFORM) += pci_dn.o pci_direct_iommu.o
22 22
23obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) 23obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y)
24 24
25obj-$(CONFIG_PPC_ISERIES) += iSeries_htab.o \ 25obj-$(CONFIG_PPC_ISERIES) += iSeries_iommu.o
26 iSeries_iommu.o
27 26
28obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o 27obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o
29 28