URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [i960/] [lib/] [Makefile] - Rev 1623
Go to most recent revision | Compare with Previous | Blame | View Log
#
# Makefile for m68k-specific library files..
#
.S.o:
$(CC) $(AFLAGS) -D__ASSEMBLY__ -traditional -c $< -o $@
L_TARGET = lib.a
L_OBJS = abs.o ashrdi3.o checksum.o __adddi3.o
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log