35189fad3c
Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
215 B
Makefile
9 lines
215 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-$(CONFIG_KGDB) += excite_dbg_io.o
|
|
obj-m += excite_iodev.o
|