xref: /linux/arch/mips/fw/arc/Makefile (revision 5148fa52a12fa1b97c730b2fe321f2aad7ea041c)
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
12ccflags-y			:= -Werror
13