Makefile 354 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Makefile for the ARC prom monitor library routines under Linux.
  4. #
  5. ifdef CONFIG_ARC_CMDLINE_ONLY
  6. lib-y += cmdline.o
  7. else
  8. lib-y += cmdline.o env.o file.o identify.o init.o \
  9. misc.o
  10. endif
  11. lib-$(CONFIG_ARC_MEMORY) += memory.o
  12. lib-$(CONFIG_ARC_CONSOLE) += arc_con.o
  13. lib-$(CONFIG_ARC_PROMLIB) += promlib.o