summaryrefslogtreecommitdiff
path: root/arch/mips/boot/compressed/dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/boot/compressed/dummy.c')
-rw-r--r--arch/mips/boot/compressed/dummy.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/boot/compressed/dummy.c b/arch/mips/boot/compressed/dummy.c
new file mode 100644
index 00000000000..31dbf45bf99
--- /dev/null
+++ b/arch/mips/boot/compressed/dummy.c
@@ -0,0 +1,4 @@
+int main(void)
+{
+ return 0;
+}