projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
We do not need to make the experimental/install-experimental targets starting with...
[openwrt.git]
/
package
/
nozomi
/
files
/
Makefile
1
# $Id$
2
3
O_TARGET
:=
noz.o
4
5
export-objs
:=
nozomi.o kfifo.o
6
7
list-multi
:=
noz.o
8
noz-objs
:=
nozomi.o kfifo.o
9
10
obj-m
:=
noz.o
11
12
include
$(
TOPDIR
)/
Rules.make
13
14
noz.o
: $(
noz-objs
)
15
$(
LD
) -
r
-
o
$
@
$(
noz-objs
)
This page took
0.051549 seconds
and
5
git commands to generate.