Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-04-18 20:08:38 +08:00 committed by patacongo
parent 6ad91aeb05
commit 3c4be8710c

View File

@ -18,7 +18,7 @@
#
############################################################################
ifeq ($(VIDEO_ISX012),y)
ifeq ($(CONFIG_VIDEO_ISX012),y)
CSRCS += isx012.c
endif