kernel_samsung_a34x-permissive/drivers/misc/mediatek/lens/Makefile
2024-04-28 15:49:01 +02:00

21 lines
509 B
Makefile
Executable file

#
# Makefile for misc devices that really don't fit anywhere else.
#
ifdef CONFIG_MTK_V4L2_LENS
obj-$(CONFIG_MTK_V4L2_LENS) += v4l2/
else
obj-$(CONFIG_MTK_LENS) += mtk/main/
obj-$(CONFIG_MTK_LENS) += mtk/main2/
ifeq ($(CONFIG_MACH_MT6761), y)
ifeq ($(CONFIG_EXTREME_LOW_RAM), y)
else
obj-$(CONFIG_MTK_LENS) += mtk/main3/
obj-$(CONFIG_MTK_LENS) += mtk/sub2/
endif
else
obj-$(CONFIG_MTK_LENS) += mtk/main3/
obj-$(CONFIG_MTK_LENS) += mtk/sub2/
endif
obj-$(CONFIG_MTK_LENS) += mtk/sub/
endif