mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
disas
This commit is contained in:
@@ -34,10 +34,6 @@ Suitable for programmatic consumption by other shell programs.
|
||||
)
|
||||
|
||||
def timed_main(self):
|
||||
if self.env['baremetal']:
|
||||
image = self.env['vmlinux']
|
||||
else:
|
||||
image = self.env['image']
|
||||
tool = self.get_toolchain_tool(self.env['tool'])
|
||||
if self.env['print_tool']:
|
||||
print(tool)
|
||||
|
||||
Reference in New Issue
Block a user