Updates for dt2801 driver
authorDavid Schleef <ds@schleef.org>
Thu, 10 Feb 2000 04:52:32 +0000 (04:52 +0000)
committerDavid Schleef <ds@schleef.org>
Thu, 10 Feb 2000 04:52:32 +0000 (04:52 +0000)
Makefile
comedi/Makefile
comedi/range.c

index 04fb0c8f41d53c9b88f276feda95de9a7d8eb6e6..03347ba67f9db662368d95dac6dd98c3fc70aeb9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,8 +7,8 @@ VERS3 = 39
 
 INSTALLDIR=/usr
 
-#LINUXDIR = /usr/src/linux
-LINUXDIR = /d/ds/cvs/rtl/linux22
+LINUXDIR = /usr/src/linux
+#LINUXDIR = /d/ds/cvs/rtl/linux22
 #LINUXDIR = /d/ds/cvs/linux22
 
 # define the following if you want to compile using RTL
@@ -111,6 +111,7 @@ endif
 modules:       $(patsubst %, _mod_%, $(SUBDIRS))
 
 $(patsubst %, _mod_%, $(SUBDIRS)) : dummy
+       -mkdir modules
        $(MAKE) -C $(patsubst _mod_%, %, $@) CFLAGS="$(CFLAGS) $(MODFLAGS)" MAKING_MODULES=1 modules
 
 clean:
@@ -124,7 +125,7 @@ distclean:  clean
        rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
                -o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
                -o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
-       -rm -f modules/*
+       -rm -rf modules
        rm -f .config .uts_version include/config.h
 
 include $(TOPDIR)/Rules.make
index 3e0ae4c2aa4efdb0cac0c18de8601630fdea20bd..c13575c5f2f6bb28f172664a6aa69335168b11e9 100644 (file)
@@ -34,6 +34,7 @@ MI_OBJS += rtl_v1.o
 endif
 
 range-y := range.c
+range-$(CONFIG_COMEDI_DT2801)          += drivers/dt2801.c
 range-$(CONFIG_COMEDI_DT2811)          += drivers/dt2811.c
 range-$(CONFIG_COMEDI_DT2815)          += drivers/dt2815.c
 range-$(CONFIG_COMEDI_DT282x)          += drivers/dt282x.c
index e2944097012c45f5dc38703ce8cdbb223bba35a2..d0dc1e13ad0182bdd31f966017b4becdac356835 100644 (file)
@@ -36,6 +36,8 @@ RANGE_bipolar10
        -10     10
 RANGE_bipolar5
        -5      5
+RANGE_bipolar2_5
+       -5      5
 RANGE_unipolar10
        0       10
 RANGE_unipolar5