]> git.proxmox.com Git - mirror_qemu.git/commit
Makefile: Let the 'help' target list the tools targets
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 5 Mar 2020 00:48:55 +0000 (01:48 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 16 Mar 2020 22:02:24 +0000 (23:02 +0100)
commit81ed0a5778cf2d942f33492b0832f86850cc180d
tree7a4e4b789d9dae936331ccd8e5716aa5d58f3a8a
parentc355de59aedd746a6b80b804bdd0bd494e9cac2a
Makefile: Let the 'help' target list the tools targets

List the name of the tool targets when calling 'make help':

  $ make help
  [...]
  Tools targets:
    qemu-ga                        - Build qemu-ga tool
    qemu-keymap                    - Build qemu-keymap tool
    elf2dmp                        - Build elf2dmp tool
    ivshmem-client                 - Build ivshmem-client tool
    ivshmem-server                 - Build ivshmem-server tool
    qemu-nbd                       - Build qemu-nbd tool
    qemu-img                       - Build qemu-img tool
    qemu-io                        - Build qemu-io tool
    qemu-edid                      - Build qemu-edid tool
    fsdev/virtfs-proxy-helper      - Build virtfs-proxy-helper tool
    scsi/qemu-pr-helper            - Build qemu-pr-helper tool

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile