fix most of GDB and remove most kernel_modules- references

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-10-29 00:00:00 +00:00
parent e0fec42dbb
commit e267435f6a
5 changed files with 61 additions and 36 deletions

View File

@@ -40,7 +40,7 @@ if args.baremetal is None:
image = common.vmlinux
else:
image = common.image
tool= common.get_toolchain_tool(args.tool, allowed_toolchains=allowed_toolchains)
tool= common.get_toolchain_tool(args.tool)
if args.dry:
print(tool)
else: