projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb5902
)
Fix linking of rt_pend_tq
author
David Schleef
<ds@schleef.org>
Mon, 9 Apr 2001 05:03:46 +0000
(
05:03
+0000)
committer
David Schleef
<ds@schleef.org>
Mon, 9 Apr 2001 05:03:46 +0000
(
05:03
+0000)
comedi/Makefile
patch
|
blob
|
history
diff --git
a/comedi/Makefile
b/comedi/Makefile
index 26e55b3401c27c858103c8e6d2b9a777ee18e0b3..76f41f29db8eeefd212d25e1cf1e91ebf826e501 100644
(file)
--- a/
comedi/Makefile
+++ b/
comedi/Makefile
@@
-15,6
+15,7
@@
endif
ifeq ($(CONFIG_COMEDI_RT),y)
MOD_SUB_DIRS += rt_pend_tq
SUB_DIRS += rt_pend_tq
+ EXTRA_OBJS := rt_pend_tq/rt_pend_tq.o
endif
MOD_LIST_NAME := MISC_MODULES
@@
-42,7
+43,7
@@
include $(TOPDIR)/Rules.make
ifeq ($(CONFIG_COMEDI),m)
-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
+comedi.o: $(MI_OBJS) $(MIX_OBJS)
$(EXTRA_OBJS)
+ $(LD) -r -o $@ $(MI_OBJS) $(MIX_OBJS)
$(EXTRA_OBJS)
endif