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
Merge tag 'locks-v3.16-2' of git://git.samba.org/jlayton/linux
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
efivarfs
/
Makefile
blob
29e8c6bc81b04330ee5a360218f0a8fb787ef3c3
1
CC
= $(
CROSS_COMPILE
)
gcc
2
CFLAGS
= -
Wall
3
4
test_objs
=
open-unlink create-read
5
6
all
: $(
test_objs
)
7
8
run_tests
:
all
9
@
/
bin
/
bash .
/
efivarfs.sh || echo
"efivarfs selftests: [FAIL]"
10
11
clean
:
12
rm
-
f
$(
test_objs
)