projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
madwifi: disable ccmp replay protection for ibss/ahdemo to make wpa-none work
[openwrt.git]
/
package
/
nozomi
/
files
/
Makefile
1
2
O_TARGET
:=
noz.o
3
4
export-objs
:=
nozomi.o kfifo.o
5
6
list-multi
:=
noz.o
7
noz-objs
:=
nozomi.o kfifo.o
8
9
obj-m
:=
noz.o
10
11
include
$(
TOPDIR
)/
Rules.make
12
13
noz.o
: $(
noz-objs
)
14
$(
LD
) -
r
-
o
$
@
$(
noz-objs
)
This page took
0.041423 seconds
and
5
git commands to generate.