android_kernel_xiaomi_sm8350/drivers/virt/haven/Makefile
Branden Bonaby 86d73e7f8c haven: watchdog: Add virtual watchdog support
This driver takes advantage of the watchdog api in
the hypervisor through the use of ARM SMCCC calls.
It allows for communication between the watchdog
code in the kernel, and the watchdog api in the
hypervisor.

Change-Id: I9406f066fb9fd1b808a4b52a328b0c6c8185238e
Signed-off-by: Branden Bonaby <bbonaby@codeaurora.org>
2020-08-18 12:18:12 -07:00

9 lines
371 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_HH_CTRL) += hh_ctrl.o
obj-$(CONFIG_HH_MSGQ) += hh_msgq.o
obj-$(CONFIG_HH_RM_DRV) += hh_rm_drv.o
hh_rm_drv-y := hh_rm_core.o hh_rm_iface.o
obj-$(CONFIG_HH_DBL) += hh_dbl.o
obj-$(CONFIG_HH_IRQ_LEND) += hh_irq_lend.o
obj-$(CONFIG_HH_MEM_NOTIFIER) += hh_mem_notifier.o
obj-$(CONFIG_HH_VIRT_WATCHDOG)+= hh_virt_wdt.o