summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-08 14:04:35 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2015-03-09 16:14:16 -0500
commit41a007422d1ea595fe2b2d9a6a566a17f7f03c69 (patch)
treefcf0890e8d6de7647163f435762996d95f25128a
parentcpukit/score/cpu/sh/context.c: Correct name of _CPU_Context_switch (diff)
downloadrtems-41a007422d1ea595fe2b2d9a6a566a17f7f03c69.tar.bz2
tools/cpu/sh/sci.c: Add include of bsp.h to generated file
-rw-r--r--tools/cpu/sh/sci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cpu/sh/sci.c b/tools/cpu/sh/sci.c
index bc7fdd83a8..a092bce9ae 100644
--- a/tools/cpu/sh/sci.c
+++ b/tools/cpu/sh/sci.c
@@ -117,6 +117,7 @@ int shgen_gensci(
" * Hitachi's HW manual recommends bitrates with an error less than 1%%\n"
" * We experienced values less than 2%% to be stable\n"
" */\n\n" );
+ fprintf( file, "#include <bsp.h>\n" );
fprintf( file, "#include <termios.h>\n\n" );
fprintf( file,
"static struct sci_bitrate_t {\n"