aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>2006-11-27 19:18:56 +0100
committerPaul Mackerras <paulus@samba.org>2006-12-04 20:41:14 +1100
commiteb30c72026500f9efa9bb23ab2393d6a9e36c5e1 (patch)
treecf0f57ab3096a0f30e41f3cd7dbe8979b178a5b1 /drivers/Makefile
parent[POWERPC] cell: fix building without spufs (diff)
downloadlinux-dev-eb30c72026500f9efa9bb23ab2393d6a9e36c5e1.tar.xz
linux-dev-eb30c72026500f9efa9bb23ab2393d6a9e36c5e1.zip
[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 'drivers/Makefile')
-rw-r--r--drivers/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index a47d2483b7a9..67711770b1d9 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -77,4 +77,4 @@ obj-$(CONFIG_CRYPTO) += crypto/
obj-$(CONFIG_SUPERH) += sh/
obj-$(CONFIG_GENERIC_TIME) += clocksource/
obj-$(CONFIG_DMA_ENGINE) += dma/
-obj-$(CONFIG_PS3) += ps3/
+obj-$(CONFIG_PPC_PS3) += ps3/