diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 02:28:45 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 02:28:45 +1000 |
commit | e508f438e0c152dcd1fbec5104e9c0ee28f352d4 (patch) | |
tree | bf67e0848e8ec5c5c255a8223550e9970cbdc29d /arch/ppc64/kernel/Makefile | |
parent | cb5c7980ab16c461a883ec7899675be57798d285 (diff) | |
download | blackbird-obmc-linux-e508f438e0c152dcd1fbec5104e9c0ee28f352d4.tar.gz blackbird-obmc-linux-e508f438e0c152dcd1fbec5104e9c0ee28f352d4.zip |
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 obj-$(CONFIG_PCI) += pci.o pci_iommu.o iomap.o $(pci-obj-y) -obj-$(CONFIG_PPC_ISERIES) += iSeries_htab.o \ - iSeries_iommu.o +obj-$(CONFIG_PPC_ISERIES) += iSeries_iommu.o obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o |