diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-18 10:11:04 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2016-04-18 10:11:04 +0000 |
commit | 312c81ff993de909a3b22740de10dd2e723efe39 (patch) | |
tree | dada2a92859815339dbdd6eea5ee9f7c0d693bf2 /os/common/ports/e200/compilers | |
parent | 0ee49eed894c2e7c020fa7412809f054dfb85d6d (diff) | |
download | ChibiOS-312c81ff993de909a3b22740de10dd2e723efe39.tar.gz ChibiOS-312c81ff993de909a3b22740de10dd2e723efe39.tar.bz2 ChibiOS-312c81ff993de909a3b22740de10dd2e723efe39.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9314 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/common/ports/e200/compilers')
-rw-r--r-- | os/common/ports/e200/compilers/CW/ivor.s | 1 | ||||
-rw-r--r-- | os/common/ports/e200/compilers/GCC/ivor.s | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/os/common/ports/e200/compilers/CW/ivor.s b/os/common/ports/e200/compilers/CW/ivor.s index be43d4b41..495455eb1 100644 --- a/os/common/ports/e200/compilers/CW/ivor.s +++ b/os/common/ports/e200/compilers/CW/ivor.s @@ -45,6 +45,7 @@ * Imports the PPC configuration headers.
*/
#define _FROM_ASM_
+#include "chlicense.h"
#include "chconf.h"
#include "chcore.h"
diff --git a/os/common/ports/e200/compilers/GCC/ivor.s b/os/common/ports/e200/compilers/GCC/ivor.s index d0acafd3a..53f84f96c 100644 --- a/os/common/ports/e200/compilers/GCC/ivor.s +++ b/os/common/ports/e200/compilers/GCC/ivor.s @@ -37,6 +37,7 @@ * Imports the PPC configuration headers.
*/
#define _FROM_ASM_
+#include "chlicense.h"
#include "chconf.h"
#include "chcore.h"
|