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
Linux 4.8-rc8
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
primitives
/
Makefile
blob
b68c6221d3d1bdad82a50356fa5c73083611d948
1
CFLAGS
+= -
I
$(
CURDIR
)
2
3
TEST_PROGS
:=
load_unaligned_zeropad
4
5
all
: $(
TEST_PROGS
)
6
7
$(
TEST_PROGS
):
..
/
harness.c
8
9
include
..
/
..
/
lib.mk
10
11
clean
:
12
rm
-
f
$(
TEST_PROGS
) *
.o