staging: comedi: comedi_test: make timer rate similar to scan rate
[deliverable/linux.git] / drivers / staging / comedi / Makefile
CommitLineData
d2601699
HS
1ccflags-$(CONFIG_COMEDI_DEBUG) := -DDEBUG
2
abac8b54
HS
3comedi-y := comedi_fops.o range.o drivers.o \
4 comedi_buf.o
abac8b54
HS
5comedi-$(CONFIG_PROC_FS) += proc.o
6comedi-$(CONFIG_COMPAT) += comedi_compat32.o
ed9eccbe 7
bc3fe156 8obj-$(CONFIG_COMEDI_PCI_DRIVERS) += comedi_pci.o
aae434b3 9obj-$(CONFIG_COMEDI_PCMCIA_DRIVERS) += comedi_pcmcia.o
ba9ac25e 10obj-$(CONFIG_COMEDI_USB_DRIVERS) += comedi_usb.o
aae434b3 11
abac8b54 12obj-$(CONFIG_COMEDI) += comedi.o
b79a7a20 13
abac8b54
HS
14obj-$(CONFIG_COMEDI) += kcomedilib/
15obj-$(CONFIG_COMEDI) += drivers/
This page took 0.568651 seconds and 5 git commands to generate.