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
|