Skip to content

Commit b2fbd8b

Browse files
committed
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 <[email protected]>
1 parent a9709d6 commit b2fbd8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ obj-$(CONFIG_OF) += of/
139139
obj-$(CONFIG_SSB) += ssb/
140140
obj-$(CONFIG_BCMA) += bcma/
141141
obj-$(CONFIG_VHOST_RING) += vhost/
142+
obj-$(CONFIG_VHOST) += vhost/
142143
obj-$(CONFIG_VLYNQ) += vlynq/
143144
obj-$(CONFIG_STAGING) += staging/
144145
obj-y += platform/

0 commit comments

Comments
 (0)