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