summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2013-07-22 10:56:13 +0800
committerPeng Fan <van.freenix@gmail.com>2013-09-05 13:47:39 +0800
commit42d16f6d37130a3550b537d35698977f06908234 (patch)
tree8d8bf5b713308aaa52916fe98810670f1f47a02b /wscript
parent43044399b0507b4357edeae9350751276c3b9ceb (diff)
H8300 Support
Signed-off-by: Peng Fan <van.freenix@gmail.com>
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5919636..4e5974c 100644
--- a/wscript
+++ b/wscript
@@ -66,7 +66,7 @@ def build(bld):
#
# The ARM as special BSP initialise code.
#
- if arch == 'arm' or arch == 'powerpc' or arch == 'mips' or arch == 'bfin':
+ if arch == 'arm' or arch == 'powerpc' or arch == 'mips' or arch == 'bfin' or arch == 'h8300':
bld(target = 'bspinit',
features = 'c',
includes = bld.includes,