diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2007-09-05 02:59:34 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-11 18:46:06 -0400 |
commit | 2f56cfdd812a17623483d3dfa3370a2e6282b245 (patch) | |
tree | 624e2bfccf0b0ee02cd94343acdf5d3364cb002e /arch/mips/fw/arc/Makefile | |
parent | df78b5c8faa72b3c04f82faab126de93af178348 (diff) |
[MIPS] Move ARC code into arch/mips/fw/arc
Move the ARC code to arch/mips/fw/arc from arch/mips/arc.
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/fw/arc/Makefile')
-rw-r--r-- | arch/mips/fw/arc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/fw/arc/Makefile b/arch/mips/fw/arc/Makefile new file mode 100644 index 000000000000..4f349ec1ea2d --- /dev/null +++ b/arch/mips/fw/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 salone.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 | ||