162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0 262306a36Sopenharmony_ciccflags-$(CONFIG_COMEDI_DEBUG) := -DDEBUG 362306a36Sopenharmony_ci 462306a36Sopenharmony_cicomedi-y := comedi_fops.o range.o drivers.o \ 562306a36Sopenharmony_ci comedi_buf.o 662306a36Sopenharmony_cicomedi-$(CONFIG_PROC_FS) += proc.o 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciobj-$(CONFIG_COMEDI_PCI_DRIVERS) += comedi_pci.o 962306a36Sopenharmony_ciobj-$(CONFIG_COMEDI_PCMCIA_DRIVERS) += comedi_pcmcia.o 1062306a36Sopenharmony_ciobj-$(CONFIG_COMEDI_USB_DRIVERS) += comedi_usb.o 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciobj-$(CONFIG_COMEDI) += comedi.o 1362306a36Sopenharmony_ci 1462306a36Sopenharmony_ciobj-$(CONFIG_COMEDI) += kcomedilib/ 1562306a36Sopenharmony_ciobj-$(CONFIG_COMEDI) += drivers/ 16