summary refs log tree commit diff
path: root/arch/nds32/lib/Makefile
diff options
context:
space:
mode:
authorGreentime Hu <greentime@andestech.com>2017-10-25 14:27:22 +0800
committerGreentime Hu <greentime@andestech.com>2018-02-22 10:44:33 +0800
commitace02e2badd12e34d781780517614c42dbbf8068 (patch)
treedcc51bcd5f0af76c52ef6e2e7276bae881967af6 /arch/nds32/lib/Makefile
parent7ecbac743a58ae2ed9851aa7ec81d4bf2ca2cffe (diff)
downloadlinux-ace02e2badd12e34d781780517614c42dbbf8068.tar.gz
nds32: Library functions
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>
Diffstat (limited to 'arch/nds32/lib/Makefile')
-rw-r--r--arch/nds32/lib/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/nds32/lib/Makefile b/arch/nds32/lib/Makefile
new file mode 100644
index 000000000000..0f9840103f03
--- /dev/null
+++ b/arch/nds32/lib/Makefile
@@ -0,0 +1,3 @@
+lib-y		:= copy_page.o memcpy.o memmove.o   \
+		   memset.o memzero.o \
+		   copy_from_user.o copy_to_user.o clear_user.o