summaryrefslogtreecommitdiffstats
path: root/arch/mips64/arc/Makefile
blob: 6217a1bdbf3dd0a626b4f9962bf993edcae86569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Makefile for the ARC prom monitor library routines under Linux.
#

L_TARGET = arclib.a
obj-y	:= console.o init.o identify.o tree.o env.o cmdline.o misc.o time.o \
	   file.o

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

include $(TOPDIR)/Rules.make