patch-2.4.0-test3 linux/arch/mips/kernel/Makefile

Next file: linux/arch/mips/kernel/fpe.c
Previous file: linux/arch/mips/defconfig-rm200
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/mips/kernel/Makefile linux/arch/mips/kernel/Makefile
@@ -1,4 +1,3 @@
-# $Id: Makefile,v 1.14 1999/10/09 00:00:58 ralf Exp $
 #
 # Makefile for the Linux/MIPS kernel.
 #
@@ -36,10 +35,10 @@
 #
 # SGIs have very different interrupt/timer hardware.
 #
-ifndef CONFIG_SGI_IP22
-  ifndef CONFIG_DECSTATION
-    ifndef CONFIG_BAGET_MIPS
-      O_OBJS += time.o
+ifndef CONFIG_DECSTATION
+  ifndef CONFIG_BAGET_MIPS
+    O_OBJS += time.o
+    ifndef CONFIG_SGI_IP22
       OX_OBJS += irq.o
     endif
   endif

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