summaryrefslogtreecommitdiff
path: root/hello/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'hello/wscript')
-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')