summaryrefslogtreecommitdiff
path: root/Source/include
diff options
context:
space:
mode:
authorrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-02-24 11:41:26 +0000
committerrichardbarry <richardbarry@1d2547de-c912-0410-9cb9-b8ca96c0e9e2>2008-02-24 11:41:26 +0000
commita2a4c3cc3e976023584755514ac4c478f5ecb13d (patch)
tree54f190bd359754c866fb616123e1589ddaf2e821 /Source/include
parentb3d9148a66c3cebd47b94ec046483924e4f6c36b (diff)
downloadfreertos-a2a4c3cc3e976023584755514ac4c478f5ecb13d.tar.gz
freertos-a2a4c3cc3e976023584755514ac4c478f5ecb13d.tar.bz2
freertos-a2a4c3cc3e976023584755514ac4c478f5ecb13d.tar.xz
Add PPC definition.
git-svn-id: https://freertos.svn.sourceforge.net/svnroot/freertos/trunk@215 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
Diffstat (limited to 'Source/include')
-rw-r--r--Source/include/portable.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/include/portable.h b/Source/include/portable.h
index e770904a..1f85522e 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. */