mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
This adds a test module for vhost infrastructure. Intentionally not tied to kbuild to prevent people from installing and loading it accidentally. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2 lines
54 B
Makefile
2 lines
54 B
Makefile
obj-m += vhost_test.o
|
|
EXTRA_CFLAGS += -Idrivers/vhost
|