mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Greatly improve Add new files to the Buildroot image
This commit is contained in:
@@ -27,20 +27,7 @@ Build our compiled userland examples.
|
||||
'targets',
|
||||
default=[],
|
||||
help='''\
|
||||
Select to build only the given userland programs, or all programs under
|
||||
the given directories.
|
||||
|
||||
Default: build all.
|
||||
|
||||
Must point to either sources or directories under userland/, or to LKMC
|
||||
toplevel which is a synonym for userland/.
|
||||
|
||||
Default: build all examples that have their package dependencies met, e.g.:
|
||||
|
||||
- userland/arch/ programs only build if the target arch matches
|
||||
- an OpenBLAS example can only be built if the target root filesystem
|
||||
has the OpenBLAS libraries and headers installed, which you must inform
|
||||
with --package
|
||||
https://cirosantilli.com/linux-kernel-module-cheat#build-userland
|
||||
''',
|
||||
nargs='*',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user