include: expose CIX MNTN haders

CIX ISP driver currently consumes mntn_public_interface.h, but lives
outside of the tree. Without those headers in the kernel header package,
dkms cannot build this module.

Signed-off-by: ZHANG Yuntian <yt@radxa.com>
Change-Id: Ifa3345164a9e3461a6fbb61f6f645c854e2184ce
This commit is contained in:
ZHANG Yuntian
2025-10-10 10:24:04 +00:00
parent fd1a9d06ce
commit 915a940499
4 changed files with 1 additions and 1 deletions

View File

@@ -555,7 +555,7 @@ LINUXINCLUDE := \
-I$(objtree)/include \
$(USERINCLUDE)
LINUXINCLUDE += -I$(srctree)/drivers/soc/cix/ap/platform/$(TARGET_SOC_PLATFORM)
LINUXINCLUDE += -I$(srctree)/include/soc/cix/ap/platform/$(TARGET_SOC_PLATFORM)
KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE