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

L_TARGET = arclib.a

obj-y				+= cmdline.o console.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

include $(TOPDIR)/Rules.make
