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

Paolo Bonzini posted 1 patch 1 year, 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220530122440.683780-1-pbonzini@redhat.com
meson.build | 1 +
1 file changed, 1 insertion(+)
[PATCH] build: add a "make modules" target
Posted by Paolo Bonzini 1 year, 11 months ago
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