From fb19d4ad3f9b1ba348bc0855e994805f6083dc7a Mon Sep 17 00:00:00 2001 From: Gregory Haskins Date: Mon, 7 Dec 2009 11:46:28 -0500 Subject: 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 --- drivers/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/Makefile') 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/ -- cgit v1.2.3