aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc64/kernel/Makefile
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2005-09-27 10:17:40 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2005-09-27 10:17:40 -0400
commit99a2379cdddcc4e8579e70deb80479450ed65d49 (patch)
treed5c40a1e7ffabb87c3b1f1ae510eac80f4b52d05 /arch/ppc64/kernel/Makefile
parent2952bc7c896ec76a20e18321e2be40a694a73a78 (diff)
powerpc: move hvCall.s to powerpc/platforms/iseries
Rename it to hvcall.S and (so I can do that) rename hvcall.c to hvlog.c - a more appropriate name. Do some white space cleanups. 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 e3bce4dda502..f84ae358db0a 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) += hvCall.o \ 25obj-$(CONFIG_PPC_ISERIES) += HvLpEvent.o iSeries_proc.o iSeries_htab.o \
26 HvLpEvent.o iSeries_proc.o iSeries_htab.o \
27 iSeries_iommu.o 26 iSeries_iommu.o
28 27
29obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o 28obj-$(CONFIG_PPC_MULTIPLATFORM) += nvram.o i8259.o prom_init.o