From: richardbarry Date: Sun, 24 Feb 2008 11:41:26 +0000 (+0000) Subject: Add PPC definition. X-Git-Tag: V4.7.2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=4f6b99dd7da03444c22423cd7b75ddd8c74a1a03;p=freertos Add PPC definition. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@215 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index e770904ad..1f85522ee 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -191,6 +191,11 @@ #include "../../Source/portable/GCC/MCF5235/portmacro.h" #endif +#ifdef GCC_PPC405 + #include "../../Source/portable/GCC/PPC405/portmacro.h" +#endif + + #ifdef BCC_INDUSTRIAL_PC_PORT /* A short file name has to be used in place of the normal FreeRTOSConfig.h when using the Borland compiler. */