Staking out some mipsel ground.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30619 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2009-05-03 22:12:35 +00:00
parent b99937b571
commit fa8a3a17c6
3 changed files with 17 additions and 0 deletions
+2
View File
@@ -17,6 +17,8 @@
#include <arch/ppc/arch_debugger.h>
#elif __M68K__
#include <arch/m68k/arch_debugger.h>
#elif __MIPSEL__
#include <arch/mipsel/arch_debugger.h>
#else
#error you need to write a <arch/<cpu>/arch_debugger.h>
#endif