patch-2.4.0-test12 linux/arch/mips64/arc/Makefile

Next file: linux/arch/mips64/arc/console.c
Previous file: linux/arch/mips64/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test11/linux/arch/mips64/arc/Makefile linux/arch/mips64/arc/Makefile
@@ -1,11 +1,14 @@
-# $Id: Makefile,v 1.1 1999/08/20 21:13:32 ralf Exp $
 #
 # Makefile for the ARC prom monitor library routines under Linux.
 #
 
 L_TARGET = arclib.a
-L_OBJS  = console.o init.o printf.o tree.o env.o cmdline.o misc.o time.o \
+L_OBJS  = init.o printf.o tree.o env.o cmdline.o misc.o time.o \
 	  file.o identify.o
+
+ifndef CONFIG_SGI_IP27
+L_OBJS += console.o
+endif
 
 ifdef CONFIG_ARC_MEMORY
 L_OBJS += memory.o

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