From 312c81ff993de909a3b22740de10dd2e723efe39 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 18 Apr 2016 10:11:04 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9314 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/e200/compilers/CW/ivor.s | 1 + os/common/ports/e200/compilers/GCC/ivor.s | 1 + 2 files changed, 2 insertions(+) (limited to 'os') 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" -- cgit v1.2.3