mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 00:20:58 +07:00
ace02e2bad
This patch add support for various library functions. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
4 lines
121 B
Makefile
4 lines
121 B
Makefile
lib-y := copy_page.o memcpy.o memmove.o \
|
|
memset.o memzero.o \
|
|
copy_from_user.o copy_to_user.o clear_user.o
|