summaryrefslogtreecommitdiff
path: root/py/config/__init__.py
blob: c8c17ede02d6e5e85bdf17583d568aa0f34c768a (plain)
1
2
3
4
5
6
7
8
9
10
11
from .base import BuildConfig, Config, Default, Feature, Disable
from .feature import *
from .options import *

from rtems_waf import defaults

#XXX: Fix
# Test to make sure options are sane.
#for option in options_map:
#	a = options_map[option]()