Staging: comedi: Makefile changes
this patch will sort the 'Comedi USB drivers' section in the staging/comedi/drivers/Makefile in alphabetical order, and add the vmk80xx.c driver to the build. From: Manuel Gebele <forensixs@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
b153d83efb
commit
0de302fd96
|
@ -125,6 +125,8 @@ obj-$(CONFIG_COMEDI_PCMCIA_DRIVERS) += ni_mio_cs.o
|
|||
obj-$(CONFIG_COMEDI_PCMCIA_DRIVERS) += quatech_daqp_cs.o
|
||||
|
||||
# Comedi USB drivers
|
||||
obj-$(CONFIG_COMEDI_USB_DRIVERS) += dt9812.o
|
||||
obj-$(CONFIG_COMEDI_USB_DRIVERS) += usbdux.o
|
||||
obj-$(CONFIG_COMEDI_USB_DRIVERS) += usbduxfast.o
|
||||
obj-$(CONFIG_COMEDI_USB_DRIVERS) += dt9812.o
|
||||
obj-$(CONFIG_COMEDI_USB_DRIVERS) += vmk80xx.o
|
||||
|
||||
|
|
Loading…
Reference in New Issue