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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [m68k/] [ifpsp060/] [Makefile] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1623 jcastillo
# Makefile for 680x0 Linux 68060 integer/floating point support package
2
#
3
# This file is subject to the terms and conditions of the GNU General Public
4
# License.  See the file "README.legal" in the main directory of this archive
5
# for more details.
6
 
7
#.c.s:
8
#       $(CC) $(CFLAGS) -S $<
9
#.c.o:
10
#       $(CC) $(CFLAGS) -c $<
11
#.s.o:
12
#       $(AS) -o $*.o $<
13
.S.o:
14
        $(AS) -o $*.o $<
15
#       $(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<
16
 
17
OS_TARGET := ifpsp.o
18
 
19
OS_OBJS   := fskeleton.o iskeleton.o os.o
20
 
21
all:    $(OS_TARGET)
22
 
23
include $(TOPDIR)/Rules.make
24
 
25
$(OS_OBJS):
26
 
27
$(OS_TARGET): $(OS_OBJS)
28
        $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)

powered by: WebSVN 2.1.0

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