You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2023/01/25 21:20:14 UTC

[nuttx-apps] branch master updated: Minor typo fix

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

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new cfed5f08f Minor typo fix
cfed5f08f is described below

commit cfed5f08fd27bd7dc859f65782a12935f3982903
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Wed Jan 25 23:54:36 2023 +0800

    Minor typo fix
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 graphics/pdcurs34/nuttx/Make.defs | 2 +-
 modbus/nuttx/Make.defs            | 2 +-
 testing/ltp/Kconfig               | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/graphics/pdcurs34/nuttx/Make.defs b/graphics/pdcurs34/nuttx/Make.defs
index d6e691a00..e079be2d3 100644
--- a/graphics/pdcurs34/nuttx/Make.defs
+++ b/graphics/pdcurs34/nuttx/Make.defs
@@ -27,4 +27,4 @@ endif
 
 DEPPATH += --dep-path nuttx
 VPATH += :nuttx
-CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/graphics/pdcurs34/nuttx}
+CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/graphics/pdcurs34/nuttx
diff --git a/modbus/nuttx/Make.defs b/modbus/nuttx/Make.defs
index 8cb6f633f..11f82abac 100644
--- a/modbus/nuttx/Make.defs
+++ b/modbus/nuttx/Make.defs
@@ -30,4 +30,4 @@ endif
 
 DEPPATH += --dep-path nuttx
 VPATH += :nuttx
-CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/modbus/nuttx}
+CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/modbus/nuttx
diff --git a/testing/ltp/Kconfig b/testing/ltp/Kconfig
index aa2e30127..228fe99f0 100644
--- a/testing/ltp/Kconfig
+++ b/testing/ltp/Kconfig
@@ -7,4 +7,5 @@ config TESTING_LTP
 	tristate "Linux Test Project"
 	default n
 	---help---
-        Enable support for the Linux Test Project(LTP) framework
+		Enable support for the Linux Test Project(LTP) framework
+