diff options
Diffstat (limited to 'drivers/vhost/Makefile')
-rw-r--r-- | drivers/vhost/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/vhost/Makefile b/drivers/vhost/Makefile index a27b053bc9ab..1d37f5e12be6 100644 --- a/drivers/vhost/Makefile +++ b/drivers/vhost/Makefile | |||
@@ -2,3 +2,5 @@ obj-$(CONFIG_VHOST_NET) += vhost_net.o | |||
2 | vhost_net-y := vhost.o net.o | 2 | vhost_net-y := vhost.o net.o |
3 | 3 | ||
4 | obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o | 4 | obj-$(CONFIG_TCM_VHOST) += tcm_vhost.o |
5 | |||
6 | obj-$(CONFIG_VHOST_RING) += vringh.o | ||