
When loading the camera FW, use the appropriate APIs depending on the kernel version to map the FW region. CRs-Fixed: 2564857 Change-Id: I2104b63b54bce799c8e44f36c49042de86f78c7e Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org> Signed-off-by: Karthik Jayakumar <kjayakum@codeaurora.org>
16 wiersze
480 B
Makefile
16 wiersze
480 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
ccflags-y += -I$(srctree)/techpack/camera/drivers/cam_core
|
|
ccflags-y += -I$(srctree)/techpack/camera/drivers/cam_smmu/
|
|
ccflags-y += -I$(srctree)/techpack/camera/drivers/cam_utils
|
|
ccflags-y += -I$(srctree)/include/
|
|
ccflags-y += -I$(srctree)/
|
|
|
|
obj-$(CONFIG_SPECTRA_CAMERA) += cam_req_mgr_core.o\
|
|
cam_req_mgr_dev.o \
|
|
cam_req_mgr_util.o \
|
|
cam_req_mgr_workq.o \
|
|
cam_mem_mgr.o \
|
|
cam_req_mgr_timer.o \
|
|
cam_req_mgr_debug.o
|