summaryrefslogtreecommitdiffstats
path: root/file_io/fdopen/wscript
blob: 063f4bc29d4a51a5a6be7ea1888dc7ca333d6e81 (plain) (blame)
1
2
3
4
5
6
7
8
import rtems_waf.rtems as rtems

def build(bld):
    rtems.build(bld)

    bld(features = 'c cprogram',
        target = 'test.exe',
        source = ['test.c'])