smmu-proxy: Change location of UAPI directory

Change the location of our UAPI directory in order to satisfy
directory structure requirements.

Change-Id: I620f441833fc1cbe5cd871028f2babba47af5ef4
Signed-off-by: Chris Goldsworthy <quic_cgoldswo@quicinc.com>
This commit is contained in:
Chris Goldsworthy
2023-07-31 12:44:58 -07:00
والد b24614812d
کامیت 6c1aa1e334
4فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده

مشاهده پرونده

@@ -85,7 +85,7 @@ cc_library_headers {
cc_library_headers {
name: "smmu_proxy_uapi_header",
vendor_available: true,
export_include_dirs: ["smmu-proxy/uapi/"],
export_include_dirs: ["smmu-proxy/include/uapi/"],
}
cc_library_headers {

مشاهده پرونده

@@ -68,7 +68,7 @@ ddk_headers(
hdrs = glob([
"smmu-proxy/*.h",
"smmu-proxy/linux/*.h",
"smmu-proxy/uapi/linux/*.h"
"smmu-proxy/include/uapi/linux/*.h"
]),
includes = [".", "smmu-proxy"],
)

مشاهده پرونده

@@ -9,7 +9,7 @@
#include <linux/scatterlist.h>
#include <linux/align.h>
#include <smmu-proxy/uapi/linux/qti-smmu-proxy.h>
#include <smmu-proxy/include/uapi/linux/qti-smmu-proxy.h>
#define SMMU_PROXY_MEM_ALIGNMENT (1 << 21)