diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-29 08:07:56 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-29 08:07:56 -0400 |
commit | 0cb7b2afd79c5715cbd1d4eee826571fb17fdd65 (patch) | |
tree | 6748e2d741c731aa8afa458152d934b7ad81715c /arch/powerpc/platforms/Makefile | |
parent | d3f67fbb96b827c1a6a7a82689e589865581155c (diff) |
powerpc: Merge maple support code to arch/powerpc/platforms/maple
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/platforms/Makefile')
-rw-r--r-- | arch/powerpc/platforms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 01723d491b5d..172c0db63504 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile | |||
@@ -10,3 +10,4 @@ obj-$(CONFIG_4xx) += 4xx/ | |||
10 | obj-$(CONFIG_85xx) += 85xx/ | 10 | obj-$(CONFIG_85xx) += 85xx/ |
11 | obj-$(CONFIG_PPC_PSERIES) += pseries/ | 11 | obj-$(CONFIG_PPC_PSERIES) += pseries/ |
12 | obj-$(CONFIG_PPC_ISERIES) += iseries/ | 12 | obj-$(CONFIG_PPC_ISERIES) += iseries/ |
13 | obj-$(CONFIG_PPC_MAPLE) += maple/ | ||