mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland: --static implies --userland-build-id static
This commit is contained in:
@@ -34,14 +34,6 @@ Use the host packaged cross toolchain.
|
||||
'--make-args',
|
||||
default='',
|
||||
)
|
||||
self.add_argument(
|
||||
'--static',
|
||||
default=False,
|
||||
help='''\
|
||||
Build the executables statically. TODO not implemented: Set the build id to 'static'
|
||||
if one was not given explicitly.
|
||||
''',
|
||||
)
|
||||
self.add_argument(
|
||||
'targets',
|
||||
default=[],
|
||||
|
||||
Reference in New Issue
Block a user