Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
31c17ac98fc005c0998f890094eb8fe17061e667
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Makefile
blob: 1b616fa79e93947987fa0093e8f73d1428205fd2 [
file
] [
log
] [
blame
]
TEST_PROGS
:=
tm
-
resched
-
dscr tm
-
syscall
all
:
$
(
TEST_PROGS
)
$
(
TEST_PROGS
):
../
harness
.
c
tm
-
syscall
:
tm
-
syscall
-
asm
.
S
tm
-
syscall
:
CFLAGS
+=
-
mhtm
include
../../
lib
.
mk
clean
:
rm
-
f $
(
TEST_PROGS
)
*.
o