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
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
efivarfs
/
Makefile
blob
736c3ddfc787499a3a114ab87ad173054e5468c2
1
CFLAGS
= -
Wall
2
3
test_objs
=
open-unlink create-read
4
5
all
: $(
test_objs
)
6
7
TEST_PROGS
:=
efivarfs.sh
8
TEST_FILES
:= $(
test_objs
)
9
10
include
..
/
lib.mk
11
12
clean
:
13
rm
-
f
$(
test_objs
)