patch-1.3.94 linux/arch/m68k/ifpsp060/Makefile

Next file: linux/arch/m68k/ifpsp060/README
Previous file: linux/arch/m68k/ifpsp060/MISC
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.93/linux/arch/m68k/ifpsp060/Makefile linux/arch/m68k/ifpsp060/Makefile
@@ -0,0 +1,28 @@
+# 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.
+
+#.c.s:
+#	$(CC) $(CFLAGS) -S $<
+#.c.o:
+#	$(CC) $(CFLAGS) -c $<
+#.s.o:
+#	$(AS) -o $*.o $<
+.S.o:
+	$(AS) -o $*.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)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this