Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
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