waf: Install arch-specific header files

This commit is contained in:
Sebastian Huber
2017-06-27 08:34:53 +02:00
parent e846288593
commit 33d82be1e6
3 changed files with 13 additions and 7 deletions

View File

@@ -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'),