mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-17 18:28:31 +00:00
Minor typo fix
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
4ed5bec472
commit
cfed5f08fd
3 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -30,4 +30,4 @@ endif
|
|||
|
||||
DEPPATH += --dep-path nuttx
|
||||
VPATH += :nuttx
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" $(APPDIR)/modbus/nuttx}
|
||||
CFLAGS += ${INCDIR_PREFIX}$(APPDIR)/modbus/nuttx
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue