projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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