projects
/
platform
/
kernel
/
linux-exynos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9709d6
)
vhost: drop vringh dependency
author
Michael S. Tsirkin
<mst@redhat.com>
Mon, 1 Aug 2016 22:53:13 +0000
(
01:53
+0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 2 Aug 2016 13:53:30 +0000
(16:53 +0300)
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>
drivers/Makefile
patch
|
blob
|
history
diff --git
a/drivers/Makefile
b/drivers/Makefile
index
0b6f3d6
..
5d03dba
100644
(file)
--- 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/