summaryrefslogtreecommitdiffstats
path: root/posix_api/wscript
blob: 7f2e506daa17abedb7e39bd98d9248bf76d93f32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Copyright 2013 Gedare Bloom (gedare@rtems.org)
#
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#

import rtems_waf.rtems as rtems

def build(bld):
    if rtems.check_posix():
        bld.recurse('psx_example_1')
        bld.recurse('psx_example_2')
        bld.recurse('psx_example_3')
        bld.recurse('psx_sched_report')