xref: /linux/arch/mips/fw/arc/Makefile (revision d39d0ed196aa1685bb24771e92f78633c66ac9cb)
1#
2# Makefile for the ARC prom monitor library routines under Linux.
3#
4
5lib-y				+= cmdline.o env.o file.o identify.o init.o \
6				   misc.o salone.o time.o tree.o
7
8lib-$(CONFIG_ARC_MEMORY)	+= memory.o
9lib-$(CONFIG_ARC_CONSOLE)	+= arc_con.o
10lib-$(CONFIG_ARC_PROMLIB)	+= promlib.o
11
12EXTRA_CFLAGS			+= -Werror
13