The change is to rename 'haven' to 'gunyah', 'hh' to 'gh'. The following words is unchanged because of the dependency from hypervisor or userspace: 'haven-hypervisor', 'qcom,hh-watchdog', 'qcom,haven-message-queue', 'qcom,haven-vm-id', 'hh_virtio_backend'. To track histroy, this change only change content, not rename the files. Change-Id: I4fa3e3fb00d4a53b44b6aec81b4c22cbeb5c6853 Signed-off-by: Cong Zhang <congzhan@codeaurora.org>
11 lines
237 B
Makefile
11 lines
237 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 += gunyah/
|
|
|
|
obj-$(CONFIG_NITRO_ENCLAVES) += nitro_enclaves/
|