xref: /linux/arch/mips/fw/arc/Makefile (revision 0883c2c06fb5bcf5b9e008270827e63c09a88c1e)
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