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

Class MakeVars

tc_build/kernel.py:16–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class MakeVars(TypedDict, total=False):
17 ARCH: str
18 CC: Path
19 CROSS_COMPILE: str
20 HOSTCC: Path | str
21 HOSTCXX: str
22 HOSTLDFLAGS: str
23 KCFLAGS: str
24 KCONFIG_ALLCONFIG: str
25 LD: str
26 LLVM: str
27 LLVM_IAS: str
28 O: Path # ruff:ignore[ambiguous-variable-name]
29 OBJCOPY: str
30
31
32class KernelBuilder(Builder):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected