patch-2.4.7 linux/arch/mips64/arc/Makefile
Next file: linux/arch/mips64/arc/arc_con.c
Previous file: linux/arch/mips64/Makefile
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Wed Jul  4 11:50:39 2001
-  Orig file: 
v2.4.6/linux/arch/mips64/arc/Makefile
-  Orig date: 
Sun Feb  4 21:48:46 2001
diff -u --recursive --new-file v2.4.6/linux/arch/mips64/arc/Makefile linux/arch/mips64/arc/Makefile
@@ -3,13 +3,10 @@
 #
 
 L_TARGET = arclib.a
-obj-y	:= init.o printf.o tree.o env.o cmdline.o misc.o time.o file.o \
-	   identify.o
-
-ifndef CONFIG_SGI_IP27
-  obj-y += console.o
-endif
+obj-y	:= console.o init.o identify.o tree.o env.o cmdline.o misc.o time.o \
+	   file.o
 
 obj-$(CONFIG_ARC_MEMORY) += memory.o
+obj-$(CONFIG_ARC_CONSOLE) += arc_con.o
 
 include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)