diff options
author | Albert Herranz <albert_herranz@yahoo.es> | 2009-12-12 01:31:48 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-13 00:24:30 -0500 |
commit | 5a7ee3198dfade8eaea260399fd168e4e9c1a3a9 (patch) | |
tree | df0d3758939c3ab759eca29eedfe8f7486996d1b /arch/powerpc/platforms/embedded6xx/Makefile | |
parent | 9c21025c7845bd32fb76eb38cb512c911930d85d (diff) |
powerpc: wii: platform support
Add platform support for the Nintendo Wii video game console.
Signed-off-by: Albert Herranz <albert_herranz@yahoo.es>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/platforms/embedded6xx/Makefile')
-rw-r--r-- | arch/powerpc/platforms/embedded6xx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/Makefile b/arch/powerpc/platforms/embedded6xx/Makefile index f75b9e484f22..66c23e423f40 100644 --- a/arch/powerpc/platforms/embedded6xx/Makefile +++ b/arch/powerpc/platforms/embedded6xx/Makefile | |||
@@ -10,4 +10,4 @@ obj-$(CONFIG_PPC_C2K) += c2k.o | |||
10 | obj-$(CONFIG_USBGECKO_UDBG) += usbgecko_udbg.o | 10 | obj-$(CONFIG_USBGECKO_UDBG) += usbgecko_udbg.o |
11 | obj-$(CONFIG_GAMECUBE_COMMON) += flipper-pic.o | 11 | obj-$(CONFIG_GAMECUBE_COMMON) += flipper-pic.o |
12 | obj-$(CONFIG_GAMECUBE) += gamecube.o | 12 | obj-$(CONFIG_GAMECUBE) += gamecube.o |
13 | obj-$(CONFIG_WII) += hlwd-pic.o | 13 | obj-$(CONFIG_WII) += wii.o hlwd-pic.o |