mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-03 09:34:42 +00:00
8 lines
173 B
Makefile
8 lines
173 B
Makefile
|
#
|
||
|
# Makefile for M32R-specific library files..
|
||
|
#
|
||
|
|
||
|
lib-y := checksum.o ashxdi3.o memset.o memcpy.o getuser.o \
|
||
|
putuser.o delay.o strlen.o usercopy.o csum_partial_copy.o
|
||
|
|