summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_barrier_report/wscript
blob: 6e03506c87e3721893f1a490043bf23e7ef34306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 2018 Joel Sherrill (joel@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_barrier_report.exe',
        source = ['barrier_attr_report.c','rtems_config.c'],
        lib = ['c'])