import of upstream 2.4.34.4 from kernel.org
[linux-2.4.git] / arch / mips / arc / Makefile
1 #
2 # Makefile for the ARC prom monitor library routines under Linux.
3 #
4
5 L_TARGET = arclib.a
6
7 obj-y                           += cmdline.o env.o file.o identify.o init.o \
8                                    misc.o time.o tree.o
9
10 obj-$(CONFIG_ARC_MEMORY)        += memory.o
11 obj-$(CONFIG_ARC_CONSOLE)       += arc_con.o
12 obj-$(CONFIG_ARC_PROMLIB)       += promlib.o
13
14 include $(TOPDIR)/Rules.make