summaryrefslogtreecommitdiffstats
path: root/ticker/wscript
blob: 178a68d67f35b28df01beb7c0cfa35aa26ea6784 (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):
    bld.recurse(['ticker',
                 'ticker_stackchk',
                 'ticker_trace',
                 'low_ticker',
                 'low_ticker1',
                 'low_ticker2'])