summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2014-09-05 13:11:53 +1000
committerChris Johns <chrisj@rtems.org>2014-09-05 13:11:53 +1000
commitd1f602eb2752cb9305300622e48df90a883c5ceb (patch)
tree771b90fcf1a0c7c96320bc7cadcc7887681b7999
parent944b4f1f73e8f173fd9c3efaaf79a4b542375106 (diff)
hello: Fix the waf script.
-rw-r--r--hello/wscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/hello/wscript b/hello/wscript
index d03283e..ca09158 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')
- bld.recurse('main')
if rtems.check_posix(bld):
bld.recurse('posix_hello_world')
bld.recurse('both_hello')