Makefile 314 B

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