diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 12:28:45 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 12:28:45 -0400 |
commit | e508f438e0c152dcd1fbec5104e9c0ee28f352d4 (patch) | |
tree | bf67e0848e8ec5c5c255a8223550e9970cbdc29d /arch/ppc64/kernel/Makefile | |
parent | cb5c7980ab16c461a883ec7899675be57798d285 (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/Makefile | 3 |
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 | ||
23 | obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) | 23 | obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) |
24 | 24 | ||
25 | obj-$(CONFIG_PPC_ISERIES) += iSeries_htab.o \ | 25 | obj-$(CONFIG_PPC_ISERIES) += iSeries_iommu.o |
26 | iSeries_iommu.o | ||
27 | 26 | ||
28 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o | 27 | obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o |
29 | 28 | ||