mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
./build-userland: resolve relative paths
This commit is contained in:
2
run-gdb
2
run-gdb
@@ -146,7 +146,7 @@ See: https://github.com/cirosantilli/linux-kernel-module-cheat#gdb-builtin-cpu-s
|
||||
break_at = []
|
||||
linux_full_system = (self.env['baremetal'] is None and self.env['userland'] is None)
|
||||
if self.env['userland']:
|
||||
image = self.resolve_userland(self.env['userland'])
|
||||
image = self.resolve_userland_executable(self.env['userland'])
|
||||
elif self.env['baremetal']:
|
||||
image = self.env['image']
|
||||
test_script_path = os.path.splitext(self.env['source_path'])[0] + '.py'
|
||||
|
||||
Reference in New Issue
Block a user