=================================================================== RCS file: /cvs/prex-old/boot/arm/include/platform.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- prex-old/boot/arm/include/platform.h 2008/06/03 10:38:40 1.1 +++ prex-old/boot/arm/include/platform.h 2008/07/18 21:46:42 1.2 @@ -1,6 +1,11 @@ - #if defined(__gba__) #include <../gba/platform.h> -#else +#else /* !__gba__ */ +#if defined(__cats__) +#include <../cats/platform.h> +#endif /* __cats__ */ +#endif /* __gba__ */ + +#if !defined(__gba__) && !defined(__cats__) #error platform not supported #endif