Add Haven message queue driver provides an interface to the client drivers running on the virtual machines to communicate with the clients running on other virtual machines. The services offered by the driver is simply to send and receive messages. Change-Id: I1685109f579eaf7fa039225dd60a42adae7de00a Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org> Signed-off-by: Elliot Berman <eberman@codeaurora.org>
9 lines
187 B
Makefile
9 lines
187 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# Makefile for drivers that support virtualization
|
|
#
|
|
|
|
obj-$(CONFIG_FSL_HV_MANAGER) += fsl_hypervisor.o
|
|
obj-y += vboxguest/
|
|
obj-y += haven/
|