--- hello/wscript | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hello/wscript b/hello/wscript index ca09158..b3cfd08 100644 --- a/hello/wscript +++ b/hello/wscript @@ -7,7 +7,6 @@ import rtems_waf.rtems as rtems def build(bld): bld.recurse('hello_world_c') - if rtems.check_posix(bld): - bld.recurse('posix_hello_world') - bld.recurse('both_hello') + bld.recurse('posix_hello_world') + bld.recurse('both_hello') -- 1.8.3.1 _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel