mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Fix import_path circular dependency by splitting it out.
Use import thread_pool instead from, from is evil. Fix poweroff.out path for ./trace-boot.
This commit is contained in:
@@ -161,7 +161,7 @@ usually extra Buildroot targets.
|
||||
] +
|
||||
extra_make_args
|
||||
,
|
||||
out_file=os.path.join(self.env['buildroot_build_dir'], 'lkmc.log'),
|
||||
out_file=os.path.join(self.env['buildroot_build_dir'], self.env['repo_short_id'] + '.log'),
|
||||
delete_env=['LD_LIBRARY_PATH'],
|
||||
cwd=self.env['buildroot_source_dir'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user