URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [ppc/] [lib/] [Makefile] - Rev 1765
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: