summaryrefslogtreecommitdiff
path: root/posix_api/livermore/pthread/wscript
blob: 6011a02f2bdefcc2b80d8b1a12ff6d3b396fa6e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright 2018 Marçal Comajoan Cara
#
# 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 = 'pthread.exe',
        source = ['init.c'])