summaryrefslogtreecommitdiffstats
path: root/arch/mips64/arc/Makefile
blob: 039caf88de5674ee58f54081dc3752505f645452 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $Id: Makefile,v 1.1 1999/08/20 21:13:32 ralf Exp $
#
# Makefile for the ARC prom monitor library routines under Linux.
#

L_TARGET = arclib.a
L_OBJS  = console.o init.o printf.o tree.o env.o cmdline.o misc.o time.o \
	  file.o identify.o

ifdef CONFIG_ARC_MEMORY
L_OBJS += memory.o
endif

include $(TOPDIR)/Rules.make