patch-2.2.19 linux/arch/s390/kernel/Makefile

Next file: linux/arch/s390/kernel/cpcmd.c
Previous file: linux/arch/s390/config.in
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.18/arch/s390/kernel/Makefile linux/arch/s390/kernel/Makefile
@@ -18,16 +18,15 @@
 all: kernel.o head.o init_task.o
 
 O_TARGET := kernel.o
-O_OBJS   := lowcore.o entry.o bitmap.o traps.o time.o process.o irq.o \
-            setup.o sys_s390.o ptrace.o signal.o cpcmd.o ebcdic.o \
-            s390fpu.o s390io.o reipl.o debug.o s390_ext.o s390dyn.o \
-            s390mach.o 
+O_OBJS   := lowcore.o entry.o bitmap.o traps.o time.o \
+            setup.o sys_s390.o ptrace.o signal.o cpcmd.o \
+            s390fpu.o reipl.o s390mach.o 
 
-OX_OBJS  := s390_ksyms.o
+OX_OBJS  := debug.o ebcdic.o irq.o process.o s390_ext.o s390_ksyms.o s390dyn.o s390io.o
 MX_OBJS  :=
 
 ifdef CONFIG_SMP
-O_OBJS += smp.o
+OX_OBJS += smp.o
 endif
 
 ifeq ($(CONFIG_IEEEFPU_EMULATION),y)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)