mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 02:04:19 +08:00
2fc8483fdc
This patch adds Makefile and Kconfig files required for building a nios2 kernel. Signed-off-by: Ley Foon Tan <lftan@altera.com>
9 lines
122 B
Makefile
9 lines
122 B
Makefile
#
|
|
# Makefile for Nios2-specific library files.
|
|
#
|
|
|
|
lib-y += delay.o
|
|
lib-y += memcpy.o
|
|
lib-y += memmove.o
|
|
lib-y += memset.o
|