Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
daveh
/
x86-pkeys
/
e42391cd048809d903291d07f86ed3934ce138e9
/
.
/
tools
/
testing
/
selftests
/
efivarfs
/
Makefile
blob: 29e8c6bc81b04330ee5a360218f0a8fb787ef3c3 [
file
] [
log
] [
blame
]
CC
=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
=
-
Wall
test_objs
=
open
-
unlink create
-
read
all
:
$
(
test_objs
)
run_tests
:
all
@/
bin
/
bash
./
efivarfs
.
sh
||
echo
"efivarfs selftests: [FAIL]"
clean
:
rm
-
f $
(
test_objs
)