mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-16 19:06:45 +07:00
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
|