forked from Minki/linux
Staging: comedi: fix up build error from last Kconfig changes
We need the 8255 module to be present for some PCI comedi modules. So for now, just build the thing. We need some better Kconfig rules to figure this out properly. Cc: Alexander Kurz <linux@blala.de> Cc: Ian Abbott <abbotti@mev.co.uk> Cc: Frank Mori Hess <fmhess@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
f1d7dbbef5
commit
77f047e257
@ -57,6 +57,7 @@ obj-$(CONFIG_COMEDI_MULTIQ3) += multiq3.o
|
||||
obj-$(CONFIG_COMEDI_POC) += poc.o
|
||||
|
||||
# Comedi PCI drivers
|
||||
obj-$(CONFIG_COMEDI_PCI_DRIVERS) += 8255.o
|
||||
obj-$(CONFIG_COMEDI_ADDI_APCI_035) += addi_apci_035.o
|
||||
obj-$(CONFIG_COMEDI_ADDI_APCI_1032) += addi_apci_1032.o
|
||||
obj-$(CONFIG_COMEDI_ADDI_APCI_1500) += addi_apci_1500.o
|
||||
|
Loading…
Reference in New Issue
Block a user