Sign in
googlers
/
maze
/
linux
/
v3.12-rc6
/
.
/
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
)