summaryrefslogtreecommitdiffstats
path: root/posix_api/psx_mqueue_report/wscript
blob: fed235556f786bb540dade256bd2492ad47a82ea (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_mqueue_report.exe',
        source = ['mqueue_attr_report.c','rtems_config.c'],
        lib = ['c'])