From 31a36e3021b4efe11f5698b6a67da59778259fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sundstr=C3=B6m?= Date: Mon, 17 Aug 2009 14:49:04 +0000 Subject: [PATCH] mipsel wip git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32462 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/os/syscalls.S | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/system/libroot/os/syscalls.S b/src/system/libroot/os/syscalls.S index 5fd86ddc74..e54624dae7 100644 --- a/src/system/libroot/os/syscalls.S +++ b/src/system/libroot/os/syscalls.S @@ -16,6 +16,9 @@ #ifdef ARCH_mips # include "arch/mips/syscalls.inc" #endif +#ifdef ARCH_mipsel +# include "arch/mipsel/syscalls.inc" +#endif #ifdef ARCH_ppc # include "arch/ppc/syscalls.inc" #endif