patch-2.1.97 linux/arch/sparc64/Makefile
Next file: linux/arch/sparc64/config.in
Previous file: linux/arch/sparc/vmlinux.lds
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Tue Apr 14 17:44:20 1998
- Orig file:
v2.1.96/linux/arch/sparc64/Makefile
- Orig date:
Mon Jan 12 15:15:43 1998
diff -u --recursive --new-file v2.1.96/linux/arch/sparc64/Makefile linux/arch/sparc64/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.24 1997/10/02 16:31:16 jj Exp $
+# $Id: Makefile,v 1.25 1998/04/06 16:10:31 jj Exp $
# sparc64/Makefile
#
# Makefile for the architecture dependent flags and dependencies on the
@@ -38,9 +38,7 @@
SUBDIRS += arch/sparc64/solaris
endif
-ifneq ($(CONFIG_MATHEMU),n)
- SUBDIRS += arch/sparc64/math-emu
-endif
+SUBDIRS += arch/sparc64/math-emu
CORE_FILES := arch/sparc64/kernel/kernel.o arch/sparc64/mm/mm.o $(CORE_FILES)
@@ -48,9 +46,7 @@
CORE_FILES += arch/sparc64/solaris/solaris.o
endif
-ifeq ($(CONFIG_MATHEMU),y)
- CORE_FILES += arch/sparc64/math-emu/math-emu.o
-endif
+CORE_FILES += arch/sparc64/math-emu/math-emu.o
LIBS := $(TOPDIR)/lib/lib.a $(LIBS) $(TOPDIR)/arch/sparc64/prom/promlib.a \
$(TOPDIR)/arch/sparc64/lib/lib.a
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov