From 74952e92a97298cae26efdb6b01bcad3ddf26b94 Mon Sep 17 00:00:00 2001 From: richardbarry Date: Fri, 17 Oct 2008 13:19:50 +0000 Subject: [PATCH] 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 --- Source/include/portable.h | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.39.5