commit | d8f3a60931a700c327aa2ee10d0beaeea2cb97da | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon May 30 14:24:34 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 06 09:26:53 2022 +0200 |
tree | 418efee97764b0cb1b8694503df0dba3bc8ffe06 | |
parent | 9f9dcb96a46a60fcf95f7baebafa3ec5e2a1b5ce [diff] |
build: add a "make modules" target Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/meson.build b/meson.build index bc6234c..9b3fd4e 100644 --- a/meson.build +++ b/meson.build
@@ -3285,6 +3285,9 @@ install: true, install_dir: qemu_moddir) endforeach +if emulator_modules.length() > 0 + alias_target('modules', emulator_modules) +endif softmmu_ss.add(authz, blockdev, chardev, crypto, io, qmp) common_ss.add(qom, qemuutil)