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/18 13:17:46 UTC

[incubator-nuttx] 02/03: 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 master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 3c4be8710c8a781da2f4178651788205f354fa6c
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