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

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

ifndef CONFIG_SGI_IP27
  obj-y += console.o
endif

obj-$(CONFIG_ARC_MEMORY) += memory.o

include $(TOPDIR)/Rules.make