xref: /kernel/linux/linux-6.6/arch/mips/fw/arc/Makefile
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/arch/mips/fw/arc/
162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
262306a36Sopenharmony_ci#
362306a36Sopenharmony_ci# Makefile for the ARC prom monitor library routines under Linux.
462306a36Sopenharmony_ci#
562306a36Sopenharmony_ci
662306a36Sopenharmony_ciifdef CONFIG_ARC_CMDLINE_ONLY
762306a36Sopenharmony_cilib-y				+= cmdline.o
862306a36Sopenharmony_cielse
962306a36Sopenharmony_cilib-y				+= cmdline.o env.o file.o identify.o init.o \
1062306a36Sopenharmony_ci				   misc.o
1162306a36Sopenharmony_ciendif
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cilib-$(CONFIG_ARC_MEMORY)	+= memory.o
1462306a36Sopenharmony_cilib-$(CONFIG_ARC_CONSOLE)	+= arc_con.o
1562306a36Sopenharmony_cilib-$(CONFIG_ARC_PROMLIB)	+= promlib.o
16

Indexes created Thu Nov 07 10:32:03 CST 2024