summaryrefslogtreecommitdiffstats
path: root/arch/mips64/arc/Makefile
blob: e1f687c34ec37e25b11321354a458c844a501b7e (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