diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 00:17:40 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-28 00:17:40 +1000 |
commit | 99a2379cdddcc4e8579e70deb80479450ed65d49 (patch) | |
tree | d5c40a1e7ffabb87c3b1f1ae510eac80f4b52d05 /arch/powerpc/platforms/iseries/Makefile | |
parent | 2952bc7c896ec76a20e18321e2be40a694a73a78 (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/powerpc/platforms/iseries/Makefile')
-rw-r--r-- | arch/powerpc/platforms/iseries/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/iseries/Makefile b/arch/powerpc/platforms/iseries/Makefile index a5e91c9db5c..3a9981a35e2 100644 --- a/arch/powerpc/platforms/iseries/Makefile +++ b/arch/powerpc/platforms/iseries/Makefile @@ -1 +1 @@ -obj-y += hvcall.o hvlpconfig.o lpardata.o setup.o mf.o lpevents.o +obj-y += hvlog.o hvlpconfig.o lpardata.o setup.o mf.o lpevents.o hvcall.o |