summaryrefslogtreecommitdiffstats
path: root/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'builder.py')
-rwxr-xr-xbuilder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder.py b/builder.py
index 59037777..ddf4df0f 100755
--- a/builder.py
+++ b/builder.py
@@ -223,6 +223,7 @@ def headerPaths():
# local path wildcard dest path
return [('rtemsbsd/include', '**/*.h', ''),
+ ('rtemsbsd/\' + bld.env.RTEMS_ARCH + \'/include', '**/*.h', ''),
('rtemsbsd/mghttpd', 'mongoose.h', 'mghttpd'),
('freebsd/include', '**/*.h', ''),
('freebsd/sys/bsm', '**/*.h', 'bsm'),