mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
common: simplify set_common_vars, rename to common_setup
Don't pass all arguments explicitly, just use existing vars. Prefix all common_setup inputs and outputs with common_ to avoid name conflicts.
This commit is contained in:
@@ -2340,7 +2340,7 @@ s
|
||||
This is made possible by the GDB command:
|
||||
|
||||
....
|
||||
set sysroot ${buildroot_out_dir}/staging
|
||||
set sysroot ${common_buildroot_out_dir}/staging
|
||||
....
|
||||
|
||||
which automatically finds unstripped shared libraries on the host for us.
|
||||
|
||||
Reference in New Issue
Block a user