mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 21:34:27 +01:00
bak
This commit is contained in:
4
build-m5
4
build-m5
@@ -4,7 +4,7 @@ import os
|
||||
|
||||
import common
|
||||
|
||||
class M5Component(common.Component):
|
||||
class M5Component(common.BuildComponent):
|
||||
def get_make_cmd(self, args):
|
||||
allowed_toolchains = ['buildroot']
|
||||
cc = common.get_toolchain_tool('gcc', allowed_toolchains=allowed_toolchains)
|
||||
@@ -41,4 +41,4 @@ class M5Component(common.Component):
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
M5Component().build()
|
||||
M5Component().main()
|
||||
|
||||
Reference in New Issue
Block a user