qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] build: add a "make modules" target


From: Paolo Bonzini
Subject: [PATCH] build: add a "make modules" target
Date: Mon, 30 May 2022 14:24:40 +0200

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meson.build b/meson.build
index bf318d9cbb..011cd2ff6b 100644
--- a/meson.build
+++ b/meson.build
@@ -3285,6 +3285,7 @@ foreach m : block_mods + softmmu_mods
                 install: true,
                 install_dir: qemu_moddir)
 endforeach
+alias_target('modules', emulator_modules)
 
 softmmu_ss.add(authz, blockdev, chardev, crypto, io, qmp)
 common_ss.add(qom, qemuutil)
-- 
2.36.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]