OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [mips/] [lib/] [Makefile] - Rev 1775

Go to most recent revision | Compare with Previous | Blame | View Log

#
# Makefile for MIPS-specific library files..
#
# Many of these routines are just left over debugging trash of ancient
# times when I just make my Tyne beep and so ...
#

.S.s:
        $(CPP) $(CFLAGS) $< -o $*.s
.S.o:
        $(CC) $(CFLAGS) -c $< -o $*.o

L_TARGET = lib.a
L_OBJS  = beep.o checksum.o csum.o dump_tlb.o tinycon.o watch.o

include $(TOPDIR)/Rules.make

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.