xref: /openbmc/linux/arch/riscv/lib/Makefile (revision ee55ff80)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2fbe934d6SPalmer Dabbeltlib-y			+= delay.o
3fbe934d6SPalmer Dabbeltlib-y			+= memcpy.o
4fbe934d6SPalmer Dabbeltlib-y			+= memset.o
504091d6cSNylon Chenlib-y			+= memmove.o
611129e8eSChristoph Hellwiglib-$(CONFIG_MMU)	+= uaccess.o
785d90b91SOlof Johanssonlib-$(CONFIG_64BIT)	+= tishift.o
8*ee55ff80SGuo Ren
9*ee55ff80SGuo Renobj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
10