
Add mandate check in order to compile and use the cx_ipeak related functionality. Also, update header with stub function. CRs-Fixed: 2572607 Change-Id: I2e07101f88b6a47ca1733d04b3aa126fdeae176b Signed-off-by: Jigarkumar Zala <jzala@codeaurora.org>
12 行
432 B
Makefile
12 行
432 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_req_mgr/
|
|
ccflags-y += -I$(srctree)/techpack/camera/drivers/cam_smmu/
|
|
|
|
obj-$(CONFIG_SPECTRA_CAMERA) += cam_soc_util.o cam_io_util.o cam_packet_util.o cam_debug_util.o cam_trace.o cam_common_util.o
|
|
|
|
ifdef CONFIG_QCOM_CX_IPEAK
|
|
obj-$(CONFIG_SPECTRA_CAMERA) += cam_cx_ipeak.o
|
|
endif
|