summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/cpu_asm.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 15:01:57 +0000
commitc9f5531cc7639fd3c8ba9737890bc0c6282f840d (patch)
treef6ccae4d677f68ee1255ab1595c04ae9010605d3 /cpukit/score/cpu/m32c/cpu_asm.c
parent2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-c9f5531cc7639fd3c8ba9737890bc0c6282f840d.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c, varvects.S: Add include of config.h
Diffstat (limited to 'cpukit/score/cpu/m32c/cpu_asm.c')
-rw-r--r--cpukit/score/cpu/m32c/cpu_asm.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/score/cpu/m32c/cpu_asm.c b/cpukit/score/cpu/m32c/cpu_asm.c
index 60671d312e..17d26a4634 100644
--- a/cpukit/score/cpu/m32c/cpu_asm.c
+++ b/cpukit/score/cpu/m32c/cpu_asm.c
@@ -25,6 +25,10 @@
* implementation in assembly should include "cpu_asm.h>
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <rtems/system.h>
#include <rtems/score/cpu.h>