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

Class Arm64KernelBuilder

tc_build/kernel.py:239–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238
239class Arm64KernelBuilder(KernelBuilder):
240 def __init__(self) -> None:
241 super().__init__('arm64')
242
243
244class HexagonKernelBuilder(KernelBuilder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected