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
powerpc/mm/4k: don't allocate larger pmd page table for 4k
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
Makefile
blob
7a5f24543a5f06fc92e2c0c139f6af7a05f9ea37
1
CFLAGS
+= -
Wall
-
O2
-
I..
/
..
/
..
/
..
/
usr
/
include
2
3
test_objs
=
test_verifier test_maps test_lru_map
4
5
TEST_PROGS
:=
test_verifier test_maps test_lru_map test_kmod.sh
6
TEST_FILES
:= $(
test_objs
)
7
8
all
: $(
test_objs
)
9
10
include
..
/
lib.mk
11
12
clean
:
13
$(
RM
) $(
test_objs
)