diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-23 13:15:51 +1000 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 17:23:00 +1000 |
commit | ba0dd617a3e23321a14cb38ff7ad6f796ba32c34 (patch) | |
tree | 22c600620587cc1927215bdf61b88d1613336066 /arch/powerpc/platforms/iseries/Makefile | |
parent | 6b67f62cf655c80147435544a2f8f6f57e07ec87 (diff) |
powerpc: Create arch/powerpc/platforms/iseries
I also move arch/ppc64/kernel/HvCall.c to
arch/powerpc/platforms/iseries/hvcall.c.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/iseries/Makefile b/arch/powerpc/platforms/iseries/Makefile new file mode 100644 index 00000000000..af0c7d97121 --- /dev/null +++ b/arch/powerpc/platforms/iseries/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_PPC_ISERIES) += hvcall.o |