summaryrefslogtreecommitdiff
path: root/kexec/arch/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/mips/Makefile')
-rw-r--r--kexec/arch/mips/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/kexec/arch/mips/Makefile b/kexec/arch/mips/Makefile
new file mode 100644
index 0000000..8cba55e
--- /dev/null
+++ b/kexec/arch/mips/Makefile
@@ -0,0 +1,12 @@
+#
+# kexec mips (linux booting linux)
+#
+mips_KEXEC_SRCS = kexec/arch/mips/kexec-mips.c
+mips_KEXEC_SRCS += kexec/arch/mips/kexec-elf-mips.c
+mips_KEXEC_SRCS += kexec/arch/mips/kexec-elf-rel-mips.c
+mips_KEXEC_SRCS += kexec/arch/mips/mips-setup-simple.S
+
+dist += kexec/arch/mips/Makefile $(mips_KEXEC_SRCS) \
+ kexec/arch/mips/kexec-mips.h \
+ kexec/arch/mips/include/arch/options.h
+