summaryrefslogtreecommitdiffstats
path: root/cpu-supplement/wscript
blob: 1cb5736e372f2b549b6b505e68d2f89fafc87f8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
from sys import path
from os.path import abspath
path.insert(0, abspath('../common/'))

from waf import cmd_configure as configure
from waf import cmd_build as build
from waf import cmd_options as options
from waf import spell
from waf import cmd_spell
from waf import linkcheck
from waf import cmd_linkcheck