patch-2.4.4 linux/arch/s390/Makefile
Next file: linux/arch/s390/boot/Makefile
Previous file: linux/arch/ppc/kernel/semaphore.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Wed Apr 11 19:02:27 2001
- Orig file:
v2.4.3/linux/arch/s390/Makefile
- Orig date:
Tue Feb 13 14:13:43 2001
diff -u --recursive --new-file v2.4.3/linux/arch/s390/Makefile linux/arch/s390/Makefile
@@ -26,10 +26,14 @@
HEAD := arch/s390/kernel/head.o arch/s390/kernel/init_task.o
SUBDIRS := $(SUBDIRS) arch/s390/mm arch/s390/kernel arch/s390/lib \
- drivers/s390
+ drivers/s390 arch/s390/math-emu
CORE_FILES := arch/s390/mm/mm.o arch/s390/kernel/kernel.o $(CORE_FILES) \
drivers/s390/io.o
LIBS := $(TOPDIR)/arch/s390/lib/lib.a $(LIBS) $(TOPDIR)/arch/s390/lib/lib.a
+
+ifeq ($(CONFIG_MATHEMU),y)
+ CORE_FILES := $(CORE_FILES) arch/s390/math-emu/math-emu.o
+endif
all: image listing
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)