summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--hello/wscript5
1 files 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')