xref: /openbmc/linux/arch/riscv/lib/Makefile (revision ab0f7746)
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
656e0790cSHeiko Stuebnerlib-y			+= strcmp.o
756e0790cSHeiko Stuebnerlib-y			+= strlen.o
856e0790cSHeiko Stuebnerlib-y			+= strncmp.o
911129e8eSChristoph Hellwiglib-$(CONFIG_MMU)	+= uaccess.o
1085d90b91SOlof Johanssonlib-$(CONFIG_64BIT)	+= tishift.o
11*ab0f7746SAndrew Joneslib-$(CONFIG_RISCV_ISA_ZICBOZ)	+= clear_page.o
12ee55ff80SGuo Ren
13ee55ff80SGuo Renobj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o
14