summaryrefslogtreecommitdiff
path: root/posix_api/livermore/wscript
blob: da99c308a50e8349299812bd5809f027a5e7ac51 (plain)
1
2
3
4
5
6
7
8
9
10
# 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):
    if rtems.check_posix(bld):
        bld.recurse('pthread')