waf: Add configurations with different modules.

Update #3351
This commit is contained in:
Christian Mauderer
2018-04-06 10:35:42 +02:00
parent fedd993da8
commit 854427bec4
9 changed files with 218 additions and 39 deletions

View File

@@ -141,12 +141,6 @@ class Builder(builder.ModuleManager):
import pprint
pprint.pprint(self.data)
def init(self, ctx):
pass
def options(self, opt):
pass
def bsp_configure(self, conf, arch_bsp):
if 'configure' in self.data:
for cfg in self.data['configure']:
@@ -156,9 +150,6 @@ class Builder(builder.ModuleManager):
includes = conf.env.IFLAGS,
mandatory = False)
def configure(self, conf):
pass
def build(self, bld):
#
# Localize the config.