URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [ppc/] [lib/] [Makefile] - Rev 1782
Compare with Previous | Blame | View Log
#
# Makefile for i386-specific library files..
#
L_TARGET = lib.o
L_OBJS = checksum.o cksum_support.o
${L_TARGET}: $(L_OBJS)
$(LD) -r -o ${L_TARGET} $(L_OBJS)
fastdep: