![]() |
|
|||
0001 # SPDX-License-Identifier: GPL-2.0 0002 # 0003 # Makefile for the ARC prom monitor library routines under Linux. 0004 # 0005 0006 ifdef CONFIG_ARC_CMDLINE_ONLY 0007 lib-y += cmdline.o 0008 else 0009 lib-y += cmdline.o env.o file.o identify.o init.o \ 0010 misc.o 0011 endif 0012 0013 lib-$(CONFIG_ARC_MEMORY) += memory.o 0014 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o 0015 lib-$(CONFIG_ARC_PROMLIB) += promlib.o
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |