mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run.sh shortcut, m5 executable userland
This commit is contained in:
8
build-m5
8
build-m5
@@ -6,6 +6,14 @@ import common
|
||||
from shell_helpers import LF
|
||||
|
||||
class Main(common.BuildCliFunction):
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
description='''\
|
||||
Build the gem5 m5 executable.
|
||||
See: https://cirosantilli.com/linux-kernel-module-cheat#gem5-m5-executable
|
||||
'''
|
||||
)
|
||||
|
||||
def _get_make_cmd(self):
|
||||
allowed_toolchains = ['buildroot']
|
||||
if self.env['arch'] == 'x86_64':
|
||||
|
||||
Reference in New Issue
Block a user