mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
028ee972f0
Add support for the interrupt controller included in the "Flipper" chipset of the Nintendo GameCube video game console. The same interrupt controller is also present in the "Hollywood" chipset of the Nintendo Wii. Signed-off-by: Albert Herranz <albert_herranz@yahoo.es> Acked-by: Segher Boessenkool <segher@kernel.crashing.org> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
12 lines
394 B
Makefile
12 lines
394 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
|