projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Staging: add comedi core
[linux-2.6]
/
drivers
/
staging
/
comedi
/
Makefile
1
obj-$(CONFIG_COMEDI) += comedi.o
2
obj-$(CONFIG_COMEDI_RT) += comedi_rt.o
3
4
comedi-objs := \
5
comedi_fops.o \
6
proc.o \
7
range.o \
8
drivers.o \
9
comedi_compat32.o \
10
comedi_ksyms.o \
11
12
comedi_rt-objs := \
13
rt_pend_tq.o \
14
rt.o