From 854427bec4dce5cf7a88eb68a806d64f89da99dc Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Fri, 6 Apr 2018 10:35:42 +0200 Subject: waf: Add configurations with different modules. Update #3351 --- waf_libbsd.py | 9 --------- 1 file changed, 9 deletions(-) (limited to 'waf_libbsd.py') diff --git a/waf_libbsd.py b/waf_libbsd.py index 05293061..54a60a78 100644 --- a/waf_libbsd.py +++ b/waf_libbsd.py @@ -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. -- cgit v1.2.3