Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
e24aca672ff06aff0e6a1045efab86043ea5f735
/
.
/
arch
/
microblaze
/
lib
/
Makefile
blob: 71c8cb6c9e43767a4ebd43f9e4c54d3e9820928b [
file
] [
log
] [
blame
]
#
# Makefile
#
lib
-
y
:=
memset
.
o checksum
.
o
ifeq
(
$
(
CONFIG_OPT_LIB_ASM
),
y
)
lib
-
y
+=
fastcopy
.
o
else
lib
-
y
+=
memcpy
.
o memmove
.
o
endif
lib
-
$
(
CONFIG_NO_MMU
)
+=
uaccess
.
o
lib
-
$
(
CONFIG_MMU
)
+=
uaccess_old
.
o