Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
2aa8470f02a9b9e6a410d1264fe6c8fa6c402eff
/
.
/
tools
/
testing
/
selftests
/
futex
/
Makefile
blob: 2c26d59aaaeeaba664e301d2602c43c87af3d4f7 [
file
] [
log
] [
blame
]
SUBDIRS
:=
functional
.
PHONY
:
all clean
all
:
for
DIR
in
$
(
SUBDIRS
);
do
$
(
MAKE
)
-
C $$DIR $@
;
done
run_tests
:
all
./
run
.
sh
clean
:
for
DIR
in
$
(
SUBDIRS
);
do
$
(
MAKE
)
-
C $$DIR $@
;
done