From c26c6a62dde08c35f3323ccda0b00a06eb89a7ca Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 9 Feb 2000 19:45:44 +0000 Subject: [PATCH] version bump, fixes for RTLinux compiling --- Makefile | 6 +++++- TODO | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f2f131c1..58e2cdec 100644 --- 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 b347fb76..39da29a8 100644 --- a/TODO +++ b/TODO @@ -18,5 +18,5 @@ make a skeleton driver standardize error codes -fix CONFIG_MODVERISONS=y +writes to linux source -- 2.26.2