Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
linux-shallow
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Insights
linux-shallow
/
tools
/
virtio
/
vhost_test
/
Makefile
Text
·
94 B
·
94d3aff
Raw
4 lines · plain
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-m += vhost_test.o
3
EXTRA_CFLAGS += -Idrivers/vhost
4