From cfed5f08fd27bd7dc859f65782a12935f3982903 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Wed, 25 Jan 2023 23:54:36 +0800 Subject: [PATCH] Minor typo fix Signed-off-by: Xiang Xiao --- 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 +