mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
polish testing a bit further
This commit is contained in:
@@ -76,8 +76,6 @@ usually extra Buildroot targets.
|
||||
extra_make_args = self.sh.add_newlines(self.env['extra_make_args'])
|
||||
if self.env['build_linux']:
|
||||
extra_make_args.extend(['linux-reconfigure', LF])
|
||||
if self.env['emulator'] == 'gem5':
|
||||
extra_make_args.extend(['gem5-reconfigure', LF])
|
||||
if self.env['arch'] == 'x86_64':
|
||||
defconfig = 'qemu_x86_64_defconfig'
|
||||
elif self.env['arch'] == 'arm':
|
||||
@@ -151,7 +149,6 @@ usually extra Buildroot targets.
|
||||
self.sh.run_cmd(
|
||||
[
|
||||
'make', LF,
|
||||
'LKMC_GEM5_SRCDIR="{}"'.format(self.env['gem5_source_dir']), LF,
|
||||
'LKMC_PARSEC_BENCHMARK_SRCDIR="{}"'.format(self.env['parsec_benchmark_source_dir']), LF,
|
||||
'O={}'.format(self.env['buildroot_build_dir']), LF,
|
||||
'V={}'.format(int(self.env['verbose'])), LF,
|
||||
|
||||
Reference in New Issue
Block a user