diff options
Diffstat (limited to 'arch/mips/fw/arc/Makefile')
-rw-r--r-- | arch/mips/fw/arc/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/mips/fw/arc/Makefile b/arch/mips/fw/arc/Makefile new file mode 100644 index 000000000..64d685efc --- /dev/null +++ b/arch/mips/fw/arc/Makefile | |||
@@ -0,0 +1,15 @@ | |||
1 | # SPDX-License-Identifier: GPL-2.0 | ||
2 | # | ||
3 | # Makefile for the ARC prom monitor library routines under Linux. | ||
4 | # | ||
5 | |||
6 | ifdef CONFIG_ARC_CMDLINE_ONLY | ||
7 | lib-y += cmdline.o | ||
8 | else | ||
9 | lib-y += cmdline.o env.o file.o identify.o init.o \ | ||
10 | misc.o | ||
11 | endif | ||
12 | |||
13 | lib-$(CONFIG_ARC_MEMORY) += memory.o | ||
14 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o | ||
15 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o | ||