Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
tzungbi
/
chrome-platform
/
0d07c0ec4381f630c801539c79ad8dcc627f6e4a
/
.
/
arch
/
riscv
/
lib
/
Makefile
blob: 47e7a82044608d1b1b81a981b1511ee3406cf68a [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
lib
-
y
+=
delay
.
o
lib
-
y
+=
memcpy
.
o
lib
-
y
+=
memset
.
o
lib
-
$
(
CONFIG_MMU
)
+=
uaccess
.
o
lib
-
$
(
CONFIG_64BIT
)
+=
tishift
.
o