]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile
Makefile: List fuzz targets in 'make help'
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Thu, 14 May 2020 14:34:29 +0000 (16:34 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Fri, 15 May 2020 09:46:40 +0000 (10:46 +0100)
commit763815a83744fe7b9c5d88bd54370f25742fd10c
tree7f416b3799ef71d2e082012373ed4572b3338602
parenta1dcdda8275e15ab919bcec012e9e662283b6a7d
Makefile: List fuzz targets in 'make help'

List softmmu fuzz targets in 'make help' output:

  $ make help
  ...
  Architecture specific targets:
  aarch64-softmmu/all            - Build for aarch64-softmmu
  aarch64-softmmu/fuzz           - Build fuzzer for aarch64-softmmu
  alpha-softmmu/all              - Build for alpha-softmmu
  alpha-softmmu/fuzz             - Build fuzzer for alpha-softmmu
  arm-softmmu/all                - Build for arm-softmmu
  arm-softmmu/fuzz               - Build fuzzer for arm-softmmu
  ...

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-id: 20200514143433.18569-3-philmd@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Makefile