patch-2.3.9 linux/arch/mips/kernel/Makefile
Next file: linux/arch/mips/kernel/entry.S
Previous file: linux/arch/mips/jazz/setup.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Fri Jun 25 17:40:12 1999
-  Orig file: 
v2.3.8/linux/arch/mips/kernel/Makefile
-  Orig date: 
Tue Oct 20 13:52:54 1998
diff -u --recursive --new-file v2.3.8/linux/arch/mips/kernel/Makefile linux/arch/mips/kernel/Makefile
@@ -23,10 +23,14 @@
 endif
 
 #
-# SGI's have very different interrupt/timer hardware.
+# SGIs have very different interrupt/timer hardware.
 #
 ifndef CONFIG_SGI
-O_OBJS += irq.o time.o
+  ifndef CONFIG_DECSTATION
+    ifndef CONFIG_BAGET_MIPS
+      O_OBJS += irq.o time.o
+    endif
+  endif
 endif
 
 #
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)