Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
freescale
/
picoimx-3.14
/
9fd556167a517eace6c322fc5f3159fd3fc37c05
/
.
/
tools
/
virtio
/
virtio-trace
/
Makefile
blob: 0d2381633475a2faca9412a3d1dbce673d4dd32b [
file
] [
log
] [
blame
]
CC
=
gcc
CFLAGS
=
-
O2
-
Wall
-
pthread
all
:
trace
-
agent
.
c
.
o
:
$
(
CC
)
$
(
CFLAGS
)
-
c $
^
-
o $@
trace
-
agent
:
trace
-
agent
.
o trace
-
agent
-
ctl
.
o trace
-
agent
-
rw
.
o
$
(
CC
)
$
(
CFLAGS
)
-
o $@ $
^
clean
:
rm
-
f
*.
o trace
-
agent