diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-22 23:15:51 -0400 |
---|---|---|
committer | Stephen Rothwell <sfr@canb.auug.org.au> | 2005-09-27 03:23:00 -0400 |
commit | ba0dd617a3e23321a14cb38ff7ad6f796ba32c34 (patch) | |
tree | 22c600620587cc1927215bdf61b88d1613336066 /arch/powerpc/platforms/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/Makefile')
-rw-r--r-- | arch/powerpc/platforms/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index dbc093759a89..697addea192f 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | obj-$(CONFIG_PPC_PMAC) += powermac/ | 1 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
2 | obj-$(CONFIG_4xx) += 4xx/ | 2 | obj-$(CONFIG_4xx) += 4xx/ |
3 | obj-$(CONFIG_83xx) += 83xx/ | 3 | obj-$(CONFIG_83xx) += 83xx/ |
4 | obj-$(CONFIG_85xx) += 85xx/ | 4 | obj-$(CONFIG_85xx) += 85xx/ |
5 | obj-$(CONFIG_PPC_ISERIES) += iseries/ | ||