patch-2.3.17 linux/arch/m68k/mm/Makefile
Next file: linux/arch/m68k/mm/init.c
Previous file: linux/arch/m68k/math-emu/fp_util.S
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Sat Sep 4 13:06:41 1999
- Orig file:
v2.3.16/linux/arch/m68k/mm/Makefile
- Orig date:
Sat Jun 13 13:14:33 1998
diff -u --recursive --new-file v2.3.16/linux/arch/m68k/mm/Makefile linux/arch/m68k/mm/Makefile
@@ -8,6 +8,13 @@
# Note 2! The CFLAGS definition is now in the main makefile...
O_TARGET := mm.o
-O_OBJS := init.o fault.o memory.o kmap.o extable.o hwtest.o
+O_OBJS := init.o fault.o extable.o hwtest.o
+
+ifndef CONFIG_SUN3
+O_OBJS += kmap.o memory.o motorola.o
+else
+O_OBJS += sun3mmu.o
+endif
+
include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)