summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2013-09-05 09:58:35 +0800
committerPeng Fan <van.freenix@gmail.com>2013-09-05 13:47:39 +0800
commit43044399b0507b4357edeae9350751276c3b9ceb (patch)
tree4d70faaf0bf4c5cde1e7239666891abd2c491837 /wscript
parent07d14d4e3239188e4f0ee407d7ae3e49fc71741b (diff)
Bfin 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 698c956..5919636 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':
+ if arch == 'arm' or arch == 'powerpc' or arch == 'mips' or arch == 'bfin':
bld(target = 'bspinit',
features = 'c',
includes = bld.includes,