projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[kmod bluetooth] hci_usb.c has been replaced with btusb.c in 2.6.29 - modify makefile...
[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.046814 seconds
and
5
git commands to generate.