projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ad7a2
)
fix accidental compilation of kcomedilib
author
David Schleef
<ds@schleef.org>
Tue, 16 Jan 2001 19:26:13 +0000
(19:26 +0000)
committer
David Schleef
<ds@schleef.org>
Tue, 16 Jan 2001 19:26:13 +0000
(19:26 +0000)
comedi/Makefile
patch
|
blob
|
history
diff --git
a/comedi/Makefile
b/comedi/Makefile
index 04eeae40927f223c71c180926bdb2ff97b319bf5..369d6d47f7d48b0a3aa877ea55b63243f6f935b0 100644
(file)
--- a/
comedi/Makefile
+++ b/
comedi/Makefile
@@
-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