android_kernel_xiaomi_sm7250/drivers/vservices/Makefile
Carl van Schaik d59211750d vservices: add the axon transport driver
The Axon transport driver adds a virtual services transport
driver for the OKL4 hypervisor Axons IPC interface, which
provides a secure high-performance scatter-gather style
inter-VM communication.

Change-Id: I2e1f573a43d3d89123687ab103f156aa83bdb893
Signed-off-by: Carl van Schaik <carl@cog.systems>
Git-commit: 88aed16076a3a860f3b2fa29a091989ff2a3b467
Git-repo: https://github.com/CogSystems/linux-msm/commits/msm-4.9-hyp
Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>
[pheragu@codeaurora: Change of setup_timer API and the callback]
Signed-off-by: Prakruthi Deepak Heragu <pheragu@codeaurora.org>
2019-01-09 11:00:12 -08:00

17 lines
529 B
Makefile

ccflags-y += -Werror
ccflags-$(CONFIG_VSERVICES_DEBUG) += -DDEBUG
obj-$(CONFIG_VSERVICES_SUPPORT) += vservices.o
vservices-objs-$(CONFIG_VSERVICES_CHAR_DEV) += devio.o
vservices-objs = session.o $(vservices-objs-y)
obj-$(CONFIG_VSERVICES_CLIENT) += core_client.o
obj-$(CONFIG_VSERVICES_SERVER) += core_server.o
obj-$(CONFIG_VSERVICES_SKELETON_DRIVER) += vservices_skeleton_driver.o
vservices_skeleton_driver-objs = skeleton_driver.o
obj-$(CONFIG_VSERVICES_SUPPORT) += transport/
obj-$(CONFIG_VSERVICES_SUPPORT) += protocol/