mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
rename build to build-buildroot
This commit is contained in:
@@ -17,7 +17,7 @@ parser.add_argument(
|
||||
)
|
||||
args = common.setup(parser)
|
||||
if args.clean:
|
||||
shutil.rmtree(common.qemu_build_dir)
|
||||
common.rmrf(common.qemu_build_dir)
|
||||
else:
|
||||
os.makedirs(common.qemu_build_dir, exist_ok=True)
|
||||
subprocess.check_call(
|
||||
|
||||
Reference in New Issue
Block a user