summaryrefslogtreecommitdiff
path: root/classic_api/classic_signal/wscript
blob: 501fb78728aa1207b2c53e30bbe289f442a4c5c6 (plain)
1
2
3
4
5
6
7
8
9
# Waf build script for an RTEMS classic_signal'
import rtems_waf.rtems as rtems

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

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