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
|