repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added 0.99 linux version
[mascara-docs.git]
/
i386
/
linux
/
linux-2.3.21
/
drivers
/
isdn
/
divert
/
Makefile
blob
109c900d8ac52c2877ce1ba5795e1dafa620c7aa
1
L_OBJS
:=
2
LX_OBJS
:=
3
M_OBJS
:=
4
MX_OBJS
:=
5
O_OBJS
:=
6
OX_OBJS
:=
7
L_TARGET
:=
8
O_TARGET
:=
9
10
O_OBJS
+=
isdn_divert.o divert_procfs.o
11
O_TARGET
:=
dss1_divert.o
12
M_OBJS
+=
dss1_divert.o
13
OX_OBJS
+=
divert_init.o
14
15
include
$(
TOPDIR
)/
Rules.make
16
17
18
19
20
21