commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
11 lines
308 B
Makefile
11 lines
308 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
obj-$(CONFIG_IMX_IPUV3_CORE) += imx-ipu-v3.o
|
|
|
|
imx-ipu-v3-objs := ipu-common.o ipu-cpmem.o ipu-csi.o ipu-dc.o ipu-di.o \
|
|
ipu-dp.o ipu-dmfc.o ipu-ic.o ipu-ic-csc.o \
|
|
ipu-image-convert.o ipu-smfc.o ipu-vdi.o
|
|
|
|
ifdef CONFIG_DRM
|
|
imx-ipu-v3-objs += ipu-pre.o ipu-prg.o
|
|
endif
|