mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
bring a minimal buildroot kernel modules example to life
More importantly, to make modules_install on the Linux kernel build.
This commit is contained in:
@@ -12,7 +12,6 @@ class ModulesComponent(common.Component):
|
||||
parser.add_argument(
|
||||
'--make-args',
|
||||
default='',
|
||||
nargs='*'
|
||||
)
|
||||
parser.add_argument(
|
||||
'--host',
|
||||
|
||||
Reference in New Issue
Block a user