]> git.baikalelectronics.ru Git - kernel.git/commit
tools/virtio: option to build an out of tree module
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 6 Feb 2020 07:54:32 +0000 (02:54 -0500)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 23 Mar 2020 13:50:02 +0000 (09:50 -0400)
commit6bf58f58115a26360fe4496f25a7bcb29ae638fd
tree3fa281b3ef364386bb645be2aa11080e8e3904ce
parent439ba6309e6b40935e90566c7f0d3574b2bec7b1
tools/virtio: option to build an out of tree module

Handy for testing with distro kernels.
Warn that the resulting module is completely unsupported,
and isn't intended for production use.

Usage:
        make oot # builds vhost_test.ko, vhost.ko
        make oot-clean # cleans out files created

Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tools/virtio/Makefile