aboutsummaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2016-08-02 01:53:13 +0300
committerMichael S. Tsirkin <mst@redhat.com>2016-08-02 16:53:30 +0300
commitb2fbd8b0737803f527bc7671a14bd6736d78b5d7 (patch)
tree429e58fe0e743d5744496e90b4783c9d1e924e2d /drivers/Makefile
parenta9709d6874d55130663567577a9b05c35138cc6b (diff)
vhost: drop vringh dependency
vringh isn't used by vhost net or scsi - it's used by CAIF only at the moment. Drop the dependency. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r--drivers/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile
index 0b6f3d60193d..5d03dbad4484 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -139,6 +139,7 @@ obj-$(CONFIG_OF) += of/
obj-$(CONFIG_SSB) += ssb/
obj-$(CONFIG_BCMA) += bcma/
obj-$(CONFIG_VHOST_RING) += vhost/
+obj-$(CONFIG_VHOST) += vhost/
obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
obj-y += platform/