Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
35fc51e7a5056889421270c1fb63d8ec45fbccf4
/
.
/
arch
/
sh
/
lib
/
Makefile
blob: 9dc7b698505294001addab04ba2aecdbc82825d2 [
file
] [
log
] [
blame
]
#
# Makefile for SuperH-specific library files..
#
lib
-
y
=
delay
.
o memset
.
o memmove
.
o memchr
.
o \
checksum
.
o strlen
.
o div64
.
o div64
-
generic
.
o
memcpy
-
y
:=
memcpy
.
o
memcpy
-
$
(
CONFIG_CPU_SH4
)
:=
memcpy
-
sh4
.
o
lib
-
y
+=
$
(
memcpy
-
y
)
EXTRA_CFLAGS
+=
-
Werror