Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
bb176f67090ca54869fc1262c913aa69d2ede070
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
stringloops
/
Makefile
blob: 557b9379f3bb9c83ebc1326c27a77e21f855119e [
file
] [
log
] [
blame
]
# 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
)