Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClangBuiltLinux/tc-build
/ __init__
Method
__init__
tc_build/kernel.py:233–236 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
231
232
class
ArmV7KernelBuilder(ArmKernelBuilder):
233
def
__init__(self) -> None:
234
super().__init__()
235
236
self.config_targets = [
'multi_v7_defconfig'
]
237
238
239
class
Arm64KernelBuilder(KernelBuilder):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected