mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 19:08:21 +08:00
@@ -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.
|
||||
|
Reference in New Issue
Block a user