summaryrefslogtreecommitdiffstats
path: root/arch/m68k/ifpsp060/Makefile
blob: 94eea44a4bce34bcde9bb5ab51362ac0592958c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Makefile for 680x0 Linux 68060 integer/floating point support package
#
# This file is subject to the terms and conditions of the GNU General Public
# License.  See the file "README.legal" in the main directory of this archive
# for more details.

.S.o:
	$(CC) -D__ASSEMBLY__ -traditional -c -o $*.o $<

OS_TARGET := ifpsp.o

OS_OBJS	  := fskeleton.o iskeleton.o os.o

all:	$(OS_TARGET)

include $(TOPDIR)/Rules.make

$(OS_OBJS):

$(OS_TARGET): $(OS_OBJS)
	$(LD) -x -r -o $(OS_TARGET) $(OS_OBJS)