aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/i2c/smiapp/Makefile
diff options
context:
space:
mode:
authorSakari Ailus <sakari.ailus@linux.intel.com>2020-02-05 15:21:06 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-12-02 15:28:20 +0100
commitab47d5cd825310478900b33d712a0e39bf3bb716 (patch)
tree1e56b805672b837ad7d75e9814a93311cb8f163c /drivers/media/i2c/smiapp/Makefile
parentmedia: smiapp: Use CCS register flags (diff)
downloadlinux-dev-ab47d5cd825310478900b33d712a0e39bf3bb716.tar.xz
linux-dev-ab47d5cd825310478900b33d712a0e39bf3bb716.zip
media: smiapp: Calculate CCS limit offsets and limit buffer size
Calculate the limit offsets and the size of the limit buffer. CCS limits are read into this buffer, and the offsets are helpful in accessing the information in it. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/i2c/smiapp/Makefile')
-rw-r--r--drivers/media/i2c/smiapp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/i2c/smiapp/Makefile b/drivers/media/i2c/smiapp/Makefile
index 86f57a43f8e8..efb643d2acac 100644
--- a/drivers/media/i2c/smiapp/Makefile
+++ b/drivers/media/i2c/smiapp/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
smiapp-objs += smiapp-core.o smiapp-regs.o \
- smiapp-quirk.o smiapp-limits.o
+ smiapp-quirk.o smiapp-limits.o ccs-limits.o
obj-$(CONFIG_VIDEO_SMIAPP) += smiapp.o
ccflags-y += -I $(srctree)/drivers/media/i2c