summaryrefslogtreecommitdiffstats
path: root/posix_api/wscript
blob: d0fe38a2c855b712fe85f98d3e6640402a2c96bf (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):
        bld.recurse('psx_example_1')
        bld.recurse('psx_example_2')
        bld.recurse('psx_example_3')
        bld.recurse('psx_sched_report')