diff options
| author | Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> | 2006-11-27 13:18:56 -0500 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:14 -0500 |
| commit | eb30c72026500f9efa9bb23ab2393d6a9e36c5e1 (patch) | |
| tree | cf0f57ab3096a0f30e41f3cd7dbe8979b178a5b1 /arch/powerpc/platforms/Makefile | |
| parent | e055595d3e5f5233374211bc6893e5d16976df99 (diff) | |
[POWERPC] ps3: Missed renames of CONFIG_PS3 to CONFIG_PPC_PS3
When renaming CONFIG_PS3 to CONFIG_PPC_PS3, a few occurrences have been
missed.
I also fixed up the alignment in arch/powerpc/platforms/Makefile.
Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'arch/powerpc/platforms/Makefile')
| -rw-r--r-- | arch/powerpc/platforms/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/Makefile b/arch/powerpc/platforms/Makefile index 56caf4fbd730..52984a803e7c 100644 --- a/arch/powerpc/platforms/Makefile +++ b/arch/powerpc/platforms/Makefile | |||
| @@ -5,7 +5,7 @@ ifeq ($(CONFIG_PPC64),y) | |||
| 5 | obj-$(CONFIG_PPC_PMAC) += powermac/ | 5 | obj-$(CONFIG_PPC_PMAC) += powermac/ |
| 6 | endif | 6 | endif |
| 7 | endif | 7 | endif |
| 8 | obj-$(CONFIG_PPC_EFIKA) += efika/ | 8 | obj-$(CONFIG_PPC_EFIKA) += efika/ |
| 9 | obj-$(CONFIG_PPC_CHRP) += chrp/ | 9 | obj-$(CONFIG_PPC_CHRP) += chrp/ |
| 10 | obj-$(CONFIG_4xx) += 4xx/ | 10 | obj-$(CONFIG_4xx) += 4xx/ |
| 11 | obj-$(CONFIG_PPC_83xx) += 83xx/ | 11 | obj-$(CONFIG_PPC_83xx) += 83xx/ |
| @@ -14,7 +14,7 @@ obj-$(CONFIG_PPC_86xx) += 86xx/ | |||
| 14 | obj-$(CONFIG_PPC_PSERIES) += pseries/ | 14 | obj-$(CONFIG_PPC_PSERIES) += pseries/ |
| 15 | obj-$(CONFIG_PPC_ISERIES) += iseries/ | 15 | obj-$(CONFIG_PPC_ISERIES) += iseries/ |
| 16 | obj-$(CONFIG_PPC_MAPLE) += maple/ | 16 | obj-$(CONFIG_PPC_MAPLE) += maple/ |
| 17 | obj-$(CONFIG_PPC_PASEMI) += pasemi/ | 17 | obj-$(CONFIG_PPC_PASEMI) += pasemi/ |
| 18 | obj-$(CONFIG_PPC_CELL) += cell/ | 18 | obj-$(CONFIG_PPC_CELL) += cell/ |
| 19 | obj-$(CONFIG_PS3) += ps3/ | 19 | obj-$(CONFIG_PPC_PS3) += ps3/ |
| 20 | obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/ | 20 | obj-$(CONFIG_EMBEDDED6xx) += embedded6xx/ |
