mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-13 03:10:58 +00:00
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
|