MCPcopy Create free account
hub / github.com/ClangBuiltLinux/tc-build / __init__

Method __init__

tc_build/kernel.py:212–215  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

210
211class ArmV6KernelBuilder(ArmKernelBuilder):
212 def __init__(self) -> None:
213 super().__init__()
214
215 self.config_targets = ['aspeed_g5_defconfig']
216
217 def build(self) -> None:
218 if not tc_build.utils.path_is_set(self.lsm.location):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected