repo.or.cz
/
openwrt
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
replace a few unnecessary $(shell) calls
[openwrt/mini2440.git]
/
package
/
nozomi
/
files
/
Makefile
blob
85ea948f6f0043e4792a16c8369b6d40bd7f8f57
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
)