mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
build-qemu: fix
This commit is contained in:
@@ -49,6 +49,6 @@ class QemuComponent(common.Component):
|
|||||||
) == 0
|
) == 0
|
||||||
|
|
||||||
def get_build_dir(self, args):
|
def get_build_dir(self, args):
|
||||||
return None
|
return common.qemu_build_dir
|
||||||
|
|
||||||
QemuComponent().build()
|
QemuComponent().build()
|
||||||
|
|||||||
Reference in New Issue
Block a user