summaryrefslogtreecommitdiffstats
path: root/hello/wscript
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-29 13:17:40 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-08-29 13:17:40 -0500
commit61d2a1f2e8ddb992f98e80cd503879226730eeec (patch)
tree1c3c0eed1272a3a0e875e77db3148b2593ed93b2 /hello/wscript
parentUser friendly error message if the rtems_waf module is not included. (diff)
downloadrtems-examples-61d2a1f2e8ddb992f98e80cd503879226730eeec.tar.bz2
Miscellaneous clean up and warning removal
Diffstat (limited to 'hello/wscript')
-rw-r--r--hello/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/hello/wscript b/hello/wscript
index ca09158..d03283e 100644
--- a/hello/wscript
+++ b/hello/wscript
@@ -7,6 +7,7 @@ import rtems_waf.rtems as rtems
def build(bld):
bld.recurse('hello_world_c')
+ bld.recurse('main')
if rtems.check_posix(bld):
bld.recurse('posix_hello_world')
bld.recurse('both_hello')