linux/arch/mips/fw/arc/Makefile
<<
>>
Prefs
   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