Sign in
coral
/
linux-imx
/
910cd32e552ea09caa89cdbe328e468979b030dd
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
benchmarks
/
Makefile
blob: 912445ff7ce76637619d4a8e47beae59b3678001 [
file
]
TEST_PROGS
:=
gettimeofday context_switch
CFLAGS
+=
-
O2
all
:
$
(
TEST_PROGS
)
$
(
TEST_PROGS
):
../
harness
.
c
context_switch
:
../
utils
.
c
context_switch
:
LDLIBS
+=
-
lpthread
include
../../
lib
.
mk
clean
:
rm
-
f $
(
TEST_PROGS
)
*.
o