Include tile headers to add in the tile support. Signed-off-by: Wang Sheng-Hui <shhuiw@xxxxxxxxx> diff --git a/include/arch-syscalls.h b/include/arch-syscalls.h index a30bb49..3e24d8d 100644 --- a/include/arch-syscalls.h +++ b/include/arch-syscalls.h @@ -40,3 +40,6 @@ #ifdef __hppa__ #include "syscalls-parisc.h" #endif +#ifdef __tile__ +#include "syscalls-tile.h" +#endif diff --git a/include/arch.h b/include/arch.h index 92c1aaf..a641e5b 100644 --- a/include/arch.h +++ b/include/arch.h @@ -50,6 +50,10 @@ #include "arch-parisc.h" #endif +#ifdef __tile__ +#include "arch-tile.h" +#endif + #ifndef SYSCALL_OFFSET #define SYSCALL_OFFSET 0 #endif -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe trinity" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html