summaryrefslogtreecommitdiffstats
path: root/hello/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'hello/wscript')
-rw-r--r--hello/wscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/hello/wscript b/hello/wscript
index 1653dff..8515918 100644
--- a/hello/wscript
+++ b/hello/wscript
@@ -7,4 +7,7 @@ import rtems_waf.rtems as rtems
def build(bld):
bld.recurse('hello_world_c')
+ if rtems.check_posix:
+ bld.recurse('posix_hello_world')
+ bld.recurse('both_hello')