From ed9eccbe8970f6eedc1b978c157caf1251a896d4 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 4 Nov 2008 20:29:31 -0800 Subject: 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 Cc: Ian Abbott Cc: Shawn Bohrer Signed-off-by: Frank Mori Hess Signed-off-by: Greg Kroah-Hartman --- drivers/staging/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/staging/Makefile') diff --git a/drivers/staging/Makefile b/drivers/staging/Makefile index 7c9b9b6e15a..8948a0e575a 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/ -- cgit v1.2.3