mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-02 02:34:05 +08:00
e90d71d0f5
Add platform support for the Nintendo GameCube video game console. Signed-off-by: Albert Herranz <albert_herranz@yahoo.es> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
13 lines
432 B
Makefile
13 lines
432 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
|