From: richardbarry Date: Fri, 17 Oct 2008 13:19:50 +0000 (+0000) Subject: Added include path for V2 ColdFire/CodeWarrior. X-Git-Tag: V5.1.2~205 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74952e92a97298cae26efdb6b01bcad3ddf26b94;p=freertos Added include path for V2 ColdFire/CodeWarrior. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@491 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- diff --git a/Source/include/portable.h b/Source/include/portable.h index d575c1501..e611fbcb6 100644 --- a/Source/include/portable.h +++ b/Source/include/portable.h @@ -202,6 +202,9 @@ #include "../../../source/portable/GCC/ColdFire_V2/portmacro.h" #endif +#ifdef COLDFIRE_V2_CODEWARRIOR + #include "../../Source/portable/CodeWarrior/ColdFire_V2/portmacro.h" +#endif #ifdef GCC_PPC405 #include "../../Source/portable/GCC/PPC405_Xilinx/portmacro.h"