Sign in
coral
/
linux-mtk
/
81365db5eb1cd9bde40cb13078211f5547887efe
/
.
/
tools
/
virtio
/
virtio-trace
/
Makefile
blob: 7843ebcda71dec9d0616663675eabd40106fdbfc [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
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