mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
readme: Add new files to the Buildroot image section
Organize related docs a bit, notably move ./run-toolchain and ./getvar to README.
This commit is contained in:
@@ -11,19 +11,9 @@ class Main(common.LkmcCliFunction):
|
||||
defaults = {
|
||||
'show_time': False,
|
||||
},
|
||||
description='''Run a Buildroot ToolChain tool like readelf or objdump.
|
||||
|
||||
For example, to get some information about the arm vmlinux:
|
||||
|
||||
....
|
||||
./%(prog)s readelf -- -e "$(./getvar vmlinux)"
|
||||
....
|
||||
|
||||
Get the list of available tools with:
|
||||
|
||||
....
|
||||
ls "$(./getvar -a arm buildroot_host_bin_dir)"
|
||||
....
|
||||
description='''\
|
||||
Manually run a ToolChain tool like gcc, readelf or objdump.
|
||||
https://cirosantilli.com/linux-kernel-module-cheat#run-toolchain
|
||||
''',
|
||||
)
|
||||
self.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user