repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rtc: rtc-ab-b5ze-s3: add sub-minute alarm support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Makefile
blob
2cede239a074dd110aa9ff3a6119b55f9c9d4ff6
1
PROGS
:=
tm-resched-dscr
2
3
all
: $(
PROGS
)
4
5
$(
PROGS
):
..
/
harness.c
6
7
run_tests
:
all
8
@
-
for PROG in
$(
PROGS
);
do \
9
.
/$
$PROG
;
\
10
done
;
11
12
clean
:
13
rm
-
f
$(
PROGS
) *
.o
14
15
.PHONY
:
all
run_tests
clean