Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e4913de9177c1394c3b2b73c86f5e7d9d9614388
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
Makefile
blob: 1125e489055e156fe311d960688a0a04e16a1159 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0
# The loops are all 64-bit code
CFLAGS
+=
-
m64
CFLAGS
+=
-
I$
(
CURDIR
)
TEST_GEN_PROGS
:=
memcmp
EXTRA_SOURCES
:=
memcmp_64
.
S
../
harness
.
c
include
../../
lib
.
mk
$
(
TEST_GEN_PROGS
):
$
(
EXTRA_SOURCES
)