mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
move all builds to components
This commit is contained in:
@@ -51,4 +51,5 @@ class QemuComponent(common.Component):
|
||||
def get_build_dir(self, args):
|
||||
return common.qemu_build_dir
|
||||
|
||||
QemuComponent().build()
|
||||
if __name__ == '__main__':
|
||||
QemuComponent().build()
|
||||
|
||||
Reference in New Issue
Block a user