mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
build-m5: remove empty init
This commit is contained in:
3
build-m5
3
build-m5
@@ -6,9 +6,6 @@ import common
|
|||||||
from shell_helpers import LF
|
from shell_helpers import LF
|
||||||
|
|
||||||
class Main(common.BuildCliFunction):
|
class Main(common.BuildCliFunction):
|
||||||
def __init__(self):
|
|
||||||
super().__init__()
|
|
||||||
|
|
||||||
def _get_make_cmd(self):
|
def _get_make_cmd(self):
|
||||||
allowed_toolchains = ['buildroot']
|
allowed_toolchains = ['buildroot']
|
||||||
cc = self.get_toolchain_tool('gcc', allowed_toolchains=allowed_toolchains)
|
cc = self.get_toolchain_tool('gcc', allowed_toolchains=allowed_toolchains)
|
||||||
|
|||||||
Reference in New Issue
Block a user