patch-2.3.48 linux/arch/mips64/arc/Makefile

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

diff -u --recursive --new-file v2.3.47/linux/arch/mips64/arc/Makefile linux/arch/mips64/arc/Makefile
@@ -0,0 +1,14 @@
+# $Id: Makefile,v 1.3 2000/01/17 23:32:46 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 \
+	  file.o identify.o
+
+ifdef CONFIG_ARC_MEMORY
+L_OBJS += memory.o
+endif
+
+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)