From 5b93c06a4e0415fc24677b9d0cf183e1ba5f75ab Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 6 Apr 2001 22:54:16 +0000 Subject: [PATCH] I think this fixes building rt_pend_tq repeatedly --- comedi/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/comedi/Makefile b/comedi/Makefile index 18711f1f..26e55b34 100644 --- a/comedi/Makefile +++ b/comedi/Makefile @@ -1,7 +1,7 @@ SUB_DIRS := drivers -ALL_SUB_DIRS := kcomedilib drivers realtime rt_pend_tq +ALL_SUB_DIRS := kcomedilib drivers rt_pend_tq MOD_SUB_DIRS := drivers MOD_IN_SUB_DIRS := @@ -13,8 +13,8 @@ ifneq ($(CONFIG_COMEDI_KLIB),) endif ifeq ($(CONFIG_COMEDI_RT),y) - MOD_SUB_DIRS += realtime - SUB_DIRS += realtime + MOD_SUB_DIRS += rt_pend_tq + SUB_DIRS += rt_pend_tq endif MOD_LIST_NAME := MISC_MODULES @@ -33,7 +33,7 @@ endif ifeq ($(CONFIG_COMEDI_RT),y) -MI_OBJS += rt.o rt_pend_tq/rt_pend_tq.o +MI_OBJS += rt.o endif @@ -42,7 +42,7 @@ include $(TOPDIR)/Rules.make ifeq ($(CONFIG_COMEDI),m) -comedi.o: $(MI_OBJS) $(MIX_OBJS) - $(LD) -r -o $@ $(MI_OBJS) $(MIX_OBJS) +comedi.o: $(MI_OBJS) $(MIX_OBJS) rt_pend_tq/rt_pend_tq.o + $(LD) -r -o $@ $(MI_OBJS) $(MIX_OBJS) rt_pend_tq/rt_pend_tq.o endif -- 2.26.2