summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_mutex_report/wscript
blob: cb2f19953d1022ed5b174db0b00cd01371b18c6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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):
    rtems.build(bld)

    bld(features = 'c cprogram',
        target = 'psx_mutex_report.exe',
        source = ['mutex_attr_report.c','rtems_config.c'],
        lib = ['c'])