projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c26c6a6
)
fixes for RANGE_* for pcimio
author
David Schleef
<ds@schleef.org>
Wed, 9 Feb 2000 19:45:56 +0000
(19:45 +0000)
committer
David Schleef
<ds@schleef.org>
Wed, 9 Feb 2000 19:45:56 +0000
(19:45 +0000)
comedi/Makefile
patch
|
blob
|
history
diff --git
a/comedi/Makefile
b/comedi/Makefile
index 23c178375587d5333cbc62f6738718ee5866e9f4..bbc0046d01293645d5e0502adfd2ca1f0e143d44 100644
(file)
--- a/
comedi/Makefile
+++ b/
comedi/Makefile
@@
-35,7
+35,7
@@
range-$(CONFIG_COMEDI_DT2815) += drivers/dt2815.c
range-$(CONFIG_COMEDI_DT282x) += drivers/dt282x.c
range-$(CONFIG_COMEDI_DT3000) += drivers/dt3000.c
range-$(CONFIG_COMEDI_NI_ATMIO) += drivers/ni_mio_common.c
-if
eq ($(CONFIG_COMEDI_NI_ATMIO),n)
+if
ndef CONFIG_COMEDI_NI_ATMIO
range-$(CONFIG_COMEDI_NI_PCIMIO) += drivers/ni_mio_common.c
endif