blob: 25d5c9664e57e4f20e7c0c36ef47c1e1d096ac1c [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Christoph Hellwig6bd33e12019-10-28 13:10:41 +01002lib-y += delay.o
3lib-y += memcpy.o
4lib-y += memset.o
Nylon Chen04091d62020-11-30 17:13:19 +08005lib-y += memmove.o
Christoph Hellwig11129e82020-09-07 07:58:22 +02006lib-$(CONFIG_MMU) += uaccess.o
Christoph Hellwig6bd33e12019-10-28 13:10:41 +01007lib-$(CONFIG_64BIT) += tishift.o
Guo Renee55ff82020-12-17 16:01:45 +00008
9obj-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o