From de5a4b3fb5e64c42a059886aa1843bd7cba2cb5f Mon Sep 17 00:00:00 2001 From: Richard Barry Date: Fri, 17 Oct 2008 13:19:50 +0000 Subject: [PATCH] Added include path for V2 ColdFire/CodeWarrior. --- Source/include/portable.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/include/portable.h b/Source/include/portable.h index d575c15019..e611fbcb6f 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"