(self)
| 210 | |
| 211 | class ArmV6KernelBuilder(ArmKernelBuilder): |
| 212 | def __init__(self) -> None: |
| 213 | super().__init__() |
| 214 | |
| 215 | self.config_targets = ['aspeed_g5_defconfig'] |
| 216 | |
| 217 | def build(self) -> None: |
| 218 | if not tc_build.utils.path_is_set(self.lsm.location): |