Add gh_arm basic driver to support Gunyah. All required features can be further added to support complete functioning of Gunyah drivers. Change-Id: I0b821d30977963f9891470ed423f9f9645315153 Signed-off-by: Prakruthi Deepak Heragu <pheragu@codeaurora.org>
8 lines
213 B
Makefile
8 lines
213 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-y += kernel/ mm/
|
|
obj-$(CONFIG_NET) += net/
|
|
obj-$(CONFIG_KVM) += kvm/
|
|
obj-$(CONFIG_XEN) += xen/
|
|
obj-$(CONFIG_CRYPTO) += crypto/
|
|
obj-$(CONFIG_GUNYAH_DRIVERS) += gunyah/
|