summaryrefslogtreecommitdiffstats
path: root/arch/m68k/mvme16x/Makefile
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-03-17 22:05:47 +0000
commit27cfca1ec98e91261b1a5355d10a8996464b63af (patch)
tree8e895a53e372fa682b4c0a585b9377d67ed70d0e /arch/m68k/mvme16x/Makefile
parent6a76fb7214c477ccf6582bd79c5b4ccc4f9c41b1 (diff)
Look Ma' what I found on my harddisk ...
o New faster syscalls for 2.1.x, too o Upgrade to 2.1.89. Don't try to run this. It's flaky as hell. But feel free to debug ...
Diffstat (limited to 'arch/m68k/mvme16x/Makefile')
-rw-r--r--arch/m68k/mvme16x/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/m68k/mvme16x/Makefile b/arch/m68k/mvme16x/Makefile
new file mode 100644
index 000000000..97c670f3c
--- /dev/null
+++ b/arch/m68k/mvme16x/Makefile
@@ -0,0 +1,14 @@
+#
+# Makefile for Linux arch/m68k/mvme16x source directory
+#
+# Note! Dependencies are done automagically by 'make dep', which also
+# removes any old dependencies. DON'T put your own dependencies here
+# unless it's something special (ie not a .c file).
+#
+# Note 2! The CFLAGS definitions are now in the main makefile...
+
+O_TARGET := mvme16x.o
+O_OBJS := config.o 16xints.o
+#OX_OBJS = ksyms.o
+
+include $(TOPDIR)/Rules.make