diff options
Diffstat (limited to 'arch/mips/arc/Makefile')
-rw-r--r-- | arch/mips/arc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/arc/Makefile b/arch/mips/arc/Makefile new file mode 100644 index 000000000000..e8424932e1a3 --- /dev/null +++ b/arch/mips/arc/Makefile | |||
@@ -0,0 +1,10 @@ | |||
1 | # | ||
2 | # Makefile for the ARC prom monitor library routines under Linux. | ||
3 | # | ||
4 | |||
5 | lib-y += cmdline.o env.o file.o identify.o init.o \ | ||
6 | misc.o time.o tree.o | ||
7 | |||
8 | lib-$(CONFIG_ARC_MEMORY) += memory.o | ||
9 | lib-$(CONFIG_ARC_CONSOLE) += arc_con.o | ||
10 | lib-$(CONFIG_ARC_PROMLIB) += promlib.o | ||