summaryrefslogtreecommitdiff
path: root/drivers/Makefile
diff options
context:
space:
mode:
authorGregory Haskins <ghaskins@novell.com>2009-12-07 11:46:28 -0500
committerGregory Haskins <ghaskins@novell.com>2009-12-07 11:46:28 -0500
commitfb19d4ad3f9b1ba348bc0855e994805f6083dc7a (patch)
tree7417206e2b7b46ca6f04ecd9525a43884f335789 /drivers/Makefile
parent0a1af53786067100e8b3ac8a56eea5fe3eb923bd (diff)
vbus: add a "vbus-proxy" bus model for vbus_driver objects
This will generally be used for hypervisors to publish any host-side virtual devices up to a guest. The guest will have the opportunity to consume any devices present on the vbus-proxy as if they were platform devices, similar to existing buses like PCI. Signed-off-by: Gregory Haskins <ghaskins@novell.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 6ee53c7a57a1..f0d8b97909d3 100644
--- a/drivers/Makefile
+++ b/drivers/Makefile
@@ -111,3 +111,4 @@ obj-$(CONFIG_VLYNQ) += vlynq/
obj-$(CONFIG_STAGING) += staging/
obj-y += platform/
obj-y += ieee802154/
+obj-y += vbus/