]> Git Repo - linux.git/blame_incremental - drivers/vhost/Makefile
Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
[linux.git] / drivers / vhost / Makefile
... / ...
CommitLineData
1# SPDX-License-Identifier: GPL-2.0
2obj-$(CONFIG_VHOST_NET) += vhost_net.o
3vhost_net-y := net.o
4
5obj-$(CONFIG_VHOST_SCSI) += vhost_scsi.o
6vhost_scsi-y := scsi.o
7
8obj-$(CONFIG_VHOST_VSOCK) += vhost_vsock.o
9vhost_vsock-y := vsock.o
10
11obj-$(CONFIG_VHOST_RING) += vringh.o
12
13obj-$(CONFIG_VHOST) += vhost.o
This page took 0.030392 seconds and 4 git commands to generate.