version bump, fixes for RTLinux compiling
authorDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2000 19:45:44 +0000 (19:45 +0000)
committerDavid Schleef <ds@schleef.org>
Wed, 9 Feb 2000 19:45:44 +0000 (19:45 +0000)
Makefile
TODO

index f2f131c157f0f5a7ff5c0467455dbae7f56851e0..58e2cdec9cd78fb2355e27fc534aa4b409cc49f0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 
 VERS1 = 0
 VERS2 = 7
-VERS3 = 38
+VERS3 = 39
 
 INSTALLDIR=/usr
 
@@ -45,6 +45,8 @@ endif
 ifeq ($(CONFIG_COMEDI_RTL),y)
 ifdef RTLDIR
 CFLAGS += -I $(RTLDIR)/include
+else
+CFLAGS += -I /usr/include/rtlinux
 endif
 CFLAGS += -D__RTL__
 endif
@@ -52,6 +54,8 @@ endif
 ifeq ($(CONFIG_COMEDI_RTAI),y)
 ifdef RTAIDIR
 CFLAGS += -I $(RTAIDIR)/include
+else
+CFLAGS += -I /usr/include/rtai
 endif
 endif
 
diff --git a/TODO b/TODO
index b347fb760bfe0d18f5b0bbaa4bb9a36b873ab81a..39da29a836d417a1c3483950da42c7ee9140b5e2 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,5 +18,5 @@ make a skeleton driver
 
 standardize error codes
 
-fix CONFIG_MODVERISONS=y
+writes to linux source