You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2020/04/20 02:02:56 UTC

[incubator-nuttx] 01/04: Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a commit to branch releases/9.0
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 666d1d612fec31f8597289d083ea10b2476249ec
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Apr 18 20:08:38 2020 +0800

    Fix typo in boards/arm/cxd56xx/drivers/camera/Make.defs
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 boards/arm/cxd56xx/drivers/camera/Make.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/arm/cxd56xx/drivers/camera/Make.defs b/boards/arm/cxd56xx/drivers/camera/Make.defs
index 8281784..dffad76 100644
--- a/boards/arm/cxd56xx/drivers/camera/Make.defs
+++ b/boards/arm/cxd56xx/drivers/camera/Make.defs
@@ -18,7 +18,7 @@
 #
 ############################################################################
 
-ifeq ($(VIDEO_ISX012),y)
+ifeq ($(CONFIG_VIDEO_ISX012),y)
   CSRCS += isx012.c
 endif