hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_VIDEO_DES_MAXIM4C)    += maxim4c.o
maxim4c-objs    += maxim4c_i2c.o \
          maxim4c_mipi_txphy.o \
          maxim4c_video_pipe.o \
          maxim4c_link.o \
          maxim4c_remote.o \
          maxim4c_pattern.o \
          maxim4c_v4l2.o \
          maxim4c_drv.o
 
obj-$(CONFIG_MAXIM4C_SER_MAX9295)    += remote_max9295.o
obj-$(CONFIG_MAXIM4C_SER_MAX96715)    += remote_max96715.o
obj-$(CONFIG_MAXIM4C_SER_MAX96717)    += remote_max96717.o