[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.4-xfs / arch / mips / arc

File: [Development] / linux-2.4-xfs / arch / mips / arc / Makefile (download)

Revision 1.1, Wed Dec 31 00:54:49 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN
CVS Tags: HEAD

Initial Import 2.4.24pre2

#
# Makefile for the ARC prom monitor library routines under Linux.
#

L_TARGET = arclib.a

obj-y				+= cmdline.o env.o file.o identify.o init.o \
				   misc.o time.o tree.o

obj-$(CONFIG_ARC_MEMORY)	+= memory.o
obj-$(CONFIG_ARC_CONSOLE)	+= arc_con.o
obj-$(CONFIG_ARC_PROMLIB)	+= promlib.o

include $(TOPDIR)/Rules.make