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

Method __init__

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

Source from the content-addressed store, hash-verified

303
304class PowerPC32KernelBuilder(PowerPCKernelBuilder):
305 def __init__(self) -> None:
306 super().__init__()
307
308 self.config_targets = ['pmac32_defconfig', 'disable-werror.config']
309
310
311class PowerPC64KernelBuilder(PowerPCKernelBuilder):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected