android_kernel_asus_sm8350/drivers/virt/Makefile
Raghavendra Rao Ananta 0ae181fd30 haven: Add Haven Message Queue driver
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>
2020-02-04 11:35:52 -08:00

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/