You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# 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
|
|
|