rename build to build-buildroot

This commit is contained in:
Ciro Santilli
2018-09-13 05:20:51 +01:00
parent 7189742a29
commit 3f4ae17017
9 changed files with 455 additions and 412 deletions

View File

@@ -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',