projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix pmacct build when no nfacctd | pmacctd options are selected
[openwrt.git]
/
openwrt
/
package
/
linux
/
kernel-source
/
drivers
/
net
/
diag
/
Makefile
1
O_TARGET
:=
diag.o
2
3
MAC_OBJS
:=
diag_led.o
4
5
export-objs
:=
6
obj-y
:= $(
MAC_OBJS
)
7
obj-m
:= $(
O_TARGET
)
8
9
include
$(
TOPDIR
)/
Rules.make
This page took
0.045033 seconds
and
5
git commands to generate.