OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [uclinux/] [uClinux-2.0.x/] [arch/] [i386/] [lib/] [Makefile] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 199 simons
#
2
# Makefile for i386-specific library files..
3
#
4
 
5
ifdef SMP
6
.S.o:
7
        $(CC) -D__ASSEMBLY__ $(AFLAGS) -traditional -c $< -o $*.o
8
else
9
.S.o:
10
        $(CC) -D__ASSEMBLY__ -traditional -c $< -o $*.o
11
endif
12
 
13
L_TARGET = lib.a
14
L_OBJS  = checksum.o semaphore.o delay.o
15
 
16
include $(TOPDIR)/Rules.make

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.