Skip to content
Snippets Groups Projects
Commit d8f3a609 authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

build: add a "make modules" target


Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 9f9dcb96
No related branches found
No related tags found
No related merge requests found
......@@ -3285,6 +3285,9 @@ foreach m : block_mods + softmmu_mods
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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment