diff options
Diffstat (limited to 'arch/nios2/lib/Makefile')
-rw-r--r-- | arch/nios2/lib/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/nios2/lib/Makefile b/arch/nios2/lib/Makefile new file mode 100644 index 0000000000..9d5bf1df52 --- /dev/null +++ b/arch/nios2/lib/Makefile @@ -0,0 +1,9 @@ +# SPDX-License-Identifier: GPL-2.0-only +# +# Makefile for Nios2-specific library files. +# + +lib-y += delay.o +lib-y += memcpy.o +lib-y += memmove.o +lib-y += memset.o |