URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [linux/] [linux-2.4/] [arch/] [sh/] [lib/] [Makefile] - Rev 1275
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for SuperH-specific library files..
#
L_TARGET = lib.a
obj-y = delay.o memcpy.o memset.o memmove.o memchr.o old-checksum.o \
checksum.o strcasecmp.o strlen.o udivdi3.o div64.o
USE_STANDARD_AS_RULE := true
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log