a166df0824
Add support for using the USB Gecko adapter via the udbg facility on the Nintendo GameCube and Wii video game consoles. The USB Gecko is a 3rd party memory card interface adapter that provides a EXI (External Interface) to USB serial converter. 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>
11 lines
347 B
Makefile
11 lines
347 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
|