URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [m68knommu/] [lib/] [Makefile] - Rev 1781
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 = ashrdi3.o bzero.o checksum.o memcmp.o semaphore.o
include $(TOPDIR)/Rules.make
Go to most recent revision | Compare with Previous | Blame | View Log