6 lines
198 B
Makefile
6 lines
198 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2021 MediaTek Inc.
|
|
|
|
obj-$(CONFIG_MTK_V4L2_IMGSENSOR) += imgsensor-glue.o
|
|
|
|
$(info imgsensor-virt-sensor-objs : $(obj-$(CONFIG_MTK_V4L2_IMGSENSOR)))
|