Sign in
gem5
/
arm
/
linux
/
daea3daaf9d5606735a722677125fe860f86ff41
/
.
/
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