import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / m68k / ifpsp060 / Makefile
1 # 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 .S.o:
8         $(CC) $(AFLAGS) -traditional -c -o $*.o $<
9
10 OS_TARGET := ifpsp.o
11
12 OS_OBJS   := fskeleton.o iskeleton.o os.o
13
14 all:    $(OS_TARGET)
15
16 include $(TOPDIR)/Rules.make
17
18 $(OS_OBJS):
19
20 $(OS_TARGET): $(OS_OBJS)
21         $(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)