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

Method __init__

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

Source from the content-addressed store, hash-verified

203
204class ArmV5KernelBuilder(ArmKernelBuilder):
205 def __init__(self) -> None:
206 super().__init__()
207
208 self.config_targets = ['multi_v5_defconfig']
209
210
211class ArmV6KernelBuilder(ArmKernelBuilder):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected