mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
5a7ee3198d
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>
14 lines
471 B
Makefile
14 lines
471 B
Makefile
#
|
|
# Makefile for the 6xx/7xx/7xxxx linux kernel.
|
|
#
|
|
obj-$(CONFIG_MPC7448HPC2) += mpc7448_hpc2.o
|
|
obj-$(CONFIG_LINKSTATION) += linkstation.o ls_uart.o
|
|
obj-$(CONFIG_STORCENTER) += storcenter.o
|
|
obj-$(CONFIG_PPC_HOLLY) += holly.o
|
|
obj-$(CONFIG_PPC_PRPMC2800) += prpmc2800.o
|
|
obj-$(CONFIG_PPC_C2K) += c2k.o
|
|
obj-$(CONFIG_USBGECKO_UDBG) += usbgecko_udbg.o
|
|
obj-$(CONFIG_GAMECUBE_COMMON) += flipper-pic.o
|
|
obj-$(CONFIG_GAMECUBE) += gamecube.o
|
|
obj-$(CONFIG_WII) += wii.o hlwd-pic.o
|