URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [i386/] [lib/] [Makefile] - Rev 1765
Compare with Previous | Blame | View Log
#
# Makefile for i386-specific library files..
#
ifdef SMP
.S.o:
$(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
else
.S.o:
$(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
endif
L_TARGET = lib.a
L_OBJS = checksum.o semaphore.o delay.o
include $(TOPDIR)/Rules.make