summaryrefslogtreecommitdiff
path: root/Source/include/portable.h
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-10-17 13:19:50 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-10-17 13:19:50 +0000
commitbd32d24d1d88923e936e7890dfe295f27c4dfab6 (patch)
tree8a54d21aabe09ed3195a0d0013fdede4b4ea500f /Source/include/portable.h
parent8ffb8d2c3a01224f6175c652ee3d8c5bd613ff8f (diff)
downloadfreertos-bd32d24d1d88923e936e7890dfe295f27c4dfab6.tar.gz
freertos-bd32d24d1d88923e936e7890dfe295f27c4dfab6.tar.bz2
freertos-bd32d24d1d88923e936e7890dfe295f27c4dfab6.tar.xz
Added include path for V2 ColdFire/CodeWarrior.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@491 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/include/portable.h')
-rw-r--r--Source/include/portable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index d575c150..e611fbcb 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"