summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2013-07-24 15:49:29 +0800
committerPeng Fan <van.freenix@gmail.com>2013-09-05 13:47:39 +0800
commit400bce45a8532b2377c5692da80666196ce09c64 (patch)
tree950266e0af9ba23ed722bc8ba2996ff71d9a2b08 /wscript
parent42d16f6d37130a3550b537d35698977f06908234 (diff)
LM32 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 4e5974c..a2876f9 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' or arch == 'h8300':
+ if arch == 'arm' or arch == 'powerpc' or arch == 'mips' or arch == 'bfin' or arch == 'h8300' or arch == 'lm32':
bld(target = 'bspinit',
features = 'c',
includes = bld.includes,