mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
more baremetal misses from a2ce410173
This commit is contained in:
@@ -34,7 +34,7 @@ Suitable for programmatic consumption by other shell programs.
|
||||
)
|
||||
|
||||
def timed_main(self):
|
||||
if self.env['baremetal'] is None:
|
||||
if self.env['baremetal']:
|
||||
image = self.env['vmlinux']
|
||||
else:
|
||||
image = self.env['image']
|
||||
|
||||
Reference in New Issue
Block a user