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
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
Makefile
blob
2a728f4d2873de636379c277feae38f004c60934
1
# The loops are all 64-bit code
2
CFLAGS
+= -
m64
3
CFLAGS
+= -
I
$(
CURDIR
)
4
5
TEST_PROGS
:=
memcmp
6
EXTRA_SOURCES
:=
memcmp_64.S ..
/
harness.c
7
8
all
: $(
TEST_PROGS
)
9
10
$(
TEST_PROGS
): $(
EXTRA_SOURCES
)
11
12
include
..
/
..
/
lib.mk
13
14
clean
:
15
rm
-
f
$(
TEST_PROGS
) *
.o