Raw File
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for or32 specific library files..
#

obj-y	:= delay.o string.o memset.o memcpy.o
back to top