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.
10 lines
215 B
10 lines
215 B
19 years ago
|
#
|
||
|
# 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
|