Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
455ce1c721b1787e6695c535528034e9e7271f37
/
.
/
tools
/
testing
/
selftests
/
efivarfs
/
Makefile
blob: b64f61467e26411b7d3e64fd5156314a7de3fe10 [
file
] [
log
] [
blame
]
CC
=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
=
-
Wall
test_objs
=
open
-
unlink
all
:
$
(
test_objs
)
run_tests
:
all
@/
bin
/
bash
./
efivarfs
.
sh
||
echo
"efivarfs selftests: [FAIL]"
clean
:
rm
-
f $
(
test_objs
)