Raw File
Makefile
#
# Makefile for or32 specific library files..
#

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