diff options
author | David Schleef <ds@schleef.org> | 2008-11-04 20:29:31 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:52:16 -0800 |
commit | ed9eccbe8970f6eedc1b978c157caf1251a896d4 (patch) | |
tree | 07ac30d0a81af1f75f7ca40f32926d370d195107 /drivers/staging/Makefile | |
parent | 535deaa35e534f096843d930a3ba11e36c75f0d5 (diff) |
Staging: add comedi core
This adds the Comedi core to the staging tree.
This is a data acquision infrastructure for Linux, providing a common
interface for these types of drivers.
Taken directly from the comedi git tree, with only minor tweaks
by Greg to get it to build properly within the kernel tree.
From: David Schleef <ds@schleef.org>
Cc: Ian Abbott <abbotti@mev.co.uk>
Cc: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Frank Mori Hess <fmhess@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/Makefile')
-rw-r--r-- | drivers/staging/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 7c9b9b6e15af..8948a0e575a8 100644 --- a/drivers/staging/Makefile +++ b/drivers/staging/Makefile @@ -18,3 +18,4 @@ obj-$(CONFIG_AGNX) += agnx/ obj-$(CONFIG_OTUS) += otus/ obj-$(CONFIG_RT2860) += rt2860/ obj-$(CONFIG_BENET) += benet/ +obj-$(CONFIG_COMEDI) += comedi/ |