Merge drm/drm-next into drm-misc-next
[platform/kernel/linux-starfive.git] / arch / riscv / lib / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 lib-y                   += delay.o
3 lib-y                   += memcpy.o
4 lib-y                   += memset.o
5 lib-y                   += memmove.o
6 lib-$(CONFIG_MMU)       += uaccess.o
7 lib-$(CONFIG_64BIT)     += tishift.o
8
9 obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o