fix accidental compilation of kcomedilib
authorDavid Schleef <ds@schleef.org>
Tue, 16 Jan 2001 19:26:13 +0000 (19:26 +0000)
committerDavid Schleef <ds@schleef.org>
Tue, 16 Jan 2001 19:26:13 +0000 (19:26 +0000)
comedi/Makefile

index 04eeae40927f223c71c180926bdb2ff97b319bf5..369d6d47f7d48b0a3aa877ea55b63243f6f935b0 100644 (file)
@@ -7,7 +7,7 @@ MOD_IN_SUB_DIRS :=
 
 EXTRA_CFLAGS := -I .
 
-ifneq ($(CONFIG_COMEDI_KLIB),n)
+ifneq ($(CONFIG_COMEDI_KLIB),)
        MOD_SUB_DIRS += kcomedilib
        SUB_DIRS += kcomedilib
 endif