diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-08-01 22:53:13 (GMT) |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-08-02 13:53:30 (GMT) |
commit | b2fbd8b0737803f527bc7671a14bd6736d78b5d7 (patch) | |
tree | 429e58fe0e743d5744496e90b4783c9d1e924e2d /drivers | |
parent | a9709d6874d55130663567577a9b05c35138cc6b (diff) | |
download | linux-b2fbd8b0737803f527bc7671a14bd6736d78b5d7.tar.xz |
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')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 0b6f3d6..5d03dba 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/ |