mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
mtops.h is perfect now
This commit is contained in:
@@ -70,6 +70,7 @@ Extra arguments to be passed to the Buildroot make,
|
||||
usually extra Buildroot targets.
|
||||
'''
|
||||
)
|
||||
self._add_argument('--force-rebuild')
|
||||
|
||||
def build(self):
|
||||
build_dir = self.get_build_dir()
|
||||
@@ -147,6 +148,8 @@ usually extra Buildroot targets.
|
||||
cwd=self.env['buildroot_source_dir'],
|
||||
)
|
||||
self.make_build_dirs()
|
||||
if self.env['force_rebuild']:
|
||||
extra_make_args.extend(['-B', LF])
|
||||
if not self.env['no_all']:
|
||||
extra_make_args.extend(['all', LF])
|
||||
self.sh.run_cmd(
|
||||
|
||||
Reference in New Issue
Block a user