mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
common: rename _src_ to _source_ everywhere
This commit is contained in:
@@ -33,7 +33,7 @@ class Main(common.BuildCliFunction):
|
||||
target_list = '{}-softmmu'.format(self.env['arch'])
|
||||
self.sh.run_cmd(
|
||||
[
|
||||
os.path.join(self.env['qemu_src_dir'], 'configure'), LF,
|
||||
os.path.join(self.env['qemu_source_dir'], 'configure'), LF,
|
||||
'--enable-debug', LF,
|
||||
'--enable-trace-backends=simple', LF,
|
||||
'--target-list={}'.format(target_list), LF,
|
||||
|
||||
Reference in New Issue
Block a user