summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_pthread_report/wscript
blob: 6ec6cfa14405a785494a27d27f3e30b814afd512 (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_pthread_report.exe',
        source = ['pthread_attr_report.c','rtems_config.c'],
        lib = ['c'])