mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland: allow selecting targets, including directories
This commit is contained in:
@@ -1169,7 +1169,10 @@ class BuildCliFunction(LkmcCliFunction):
|
||||
self.add_argument(
|
||||
'--force-rebuild',
|
||||
default=False,
|
||||
help="Force rebuild even if sources didn't chage",
|
||||
help='''\
|
||||
Force rebuild even if sources didn't chage.
|
||||
TODO: not yet implemented on all scripts.
|
||||
'''
|
||||
)
|
||||
self.add_argument(
|
||||
'-j',
|
||||
|
||||
Reference in New Issue
Block a user