securemsm-kernel: exposing smcinvoke headers

We are exposing headers present in "include/linux" for the rest of the kernel DLKM's.
Aallow other kernel teams to access these headers.

Change-Id: I19c5591d885c7042ba3acd312ce9cb2bddc995c9
CRS-Fixed: 3338788
This commit is contained in:
Spencer Willett
2022-11-04 10:46:09 -07:00
committed by Gerrit - the friendly Code Review server
父節點 8456ddc256
當前提交 9cd99dbb79
共有 6 個文件被更改,包括 14 次插入9 次删除

3
Kbuild
查看文件

@@ -1,5 +1,6 @@
LINUXINCLUDE += -I$(SSG_MODULE_ROOT)/ \
-I$(SSG_MODULE_ROOT)/linux/
-I$(SSG_MODULE_ROOT)/linux/ \
-I$(SSG_MODULE_ROOT)/include/linux/
ifneq ($(CONFIG_ARCH_QTI_VM), y)
LINUXINCLUDE += -include $(SSG_MODULE_ROOT)/config/sec-kernel_defconfig.h