patch-2.3.14 linux/arch/m68k/Makefile
Next file: linux/arch/m68k/amiga/amiints.c
Previous file: linux/arch/i386/vmlinux.lds
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Aug 15 11:47:29 1999
- Orig file:
v2.3.13/linux/arch/m68k/Makefile
- Orig date:
Tue May 11 09:57:14 1999
diff -u --recursive --new-file v2.3.13/linux/arch/m68k/Makefile linux/arch/m68k/Makefile
@@ -116,6 +116,11 @@
SUBDIRS := $(SUBDIRS) arch/m68k/ifpsp060
endif
+ifdef CONFIG_M68KFPU_EMU
+CORE_FILES := $(CORE_FILES) arch/m68k/math-emu/mathemu.o
+SUBDIRS := $(SUBDIRS) arch/m68k/math-emu
+endif
+
lilo: vmlinux
if [ -f $(INSTALL_PATH)/vmlinux ]; then mv -f $(INSTALL_PATH)/vmlinux $(INSTALL_PATH)/vmlinux.old; fi
if [ -f $(INSTALL_PATH)/System.map ]; then mv -f $(INSTALL_PATH)/System.map $(INSTALL_PATH)/System.old; fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)