mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 17:24:17 +08:00
71ccc212e5
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>
3 lines
54 B
Makefile
3 lines
54 B
Makefile
obj-m += vhost_test.o
|
|
EXTRA_CFLAGS += -Idrivers/vhost
|