Want to keep comedi in comedi/, not drivers/comedi/
authorDavid Schleef <ds@schleef.org>
Mon, 13 Aug 2001 10:33:15 +0000 (10:33 +0000)
committerDavid Schleef <ds@schleef.org>
Mon, 13 Aug 2001 10:33:15 +0000 (10:33 +0000)
Config.in

index 345ea9489113211d2692670023c3e556e1614e45..9eb96e98a1d9fad3515cb863fd9be7ae3c077717 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -4,7 +4,7 @@ comment 'Comedi'
 
 tristate "Comedi support" CONFIG_COMEDI
 if [ "$CONFIG_COMEDI" != "n" ]; then
-  source drivers/comedi/Config.in
+  source comedi/Config.in
 fi
 
 endmenu