mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 11:41:35 +01:00
rename build to build-buildroot
This commit is contained in:
@@ -21,10 +21,10 @@ More information at: https://github.com/cirosantilli/linux-kernel-module-cheat#b
|
||||
},
|
||||
)
|
||||
args = common.setup(parser)
|
||||
# We need a clean rebuild becuase rebuilds at different revisions:
|
||||
# We need a clean rebuild because rebuilds at different revisions:
|
||||
# - may fail
|
||||
# - may not actually rebuild all files, e.g. on header changes
|
||||
shutil.rmtree(common.linux_variant_dir)
|
||||
common.rmrf(common.linux_variant_dir)
|
||||
assert build.main(args) == 0
|
||||
status = run.main(args, {
|
||||
'eval': 'm5 exit',
|
||||
|
||||
Reference in New Issue
Block a user