repo.or.cz
/
linux-2.6
/
btrfs-unstable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ftgmac100: Cleanup tx queue handling
[linux-2.6/btrfs-unstable.git]
/
tools
/
virtio
/
virtio-trace
/
Makefile
blob
0d2381633475a2faca9412a3d1dbce673d4dd32b
1
CC
=
gcc
2
CFLAGS
= -
O2
-
Wall
-
pthread
3
4
all
:
trace-agent
5
6
.c.o
:
7
$(
CC
) $(
CFLAGS
) -
c
$
^
-
o
$
@
8
9
trace-agent
:
trace-agent.o trace-agent-ctl.o trace-agent-rw.o
10
$(
CC
) $(
CFLAGS
) -
o
$
@
$
^
11
12
clean
:
13
rm
-
f
*
.o trace-agent