mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 12:41:55 +00:00
8d60a903d9
This patch explicitly removes the kgdb implementation, for mips which is intended to be followed by a patch that adds a kgdb implementation for MIPS that makes use of the kgdb core in the kernel. Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
176 B
Makefile
9 lines
176 B
Makefile
#
|
|
# Makefile for Basler eXcite
|
|
#
|
|
|
|
obj-$(CONFIG_BASLER_EXCITE) += excite_irq.o excite_prom.o excite_setup.o \
|
|
excite_device.o excite_procfs.o
|
|
|
|
obj-m += excite_iodev.o
|