mirror of
https://github.com/apache/nuttx.git
synced 2026-05-26 10:46:28 +08:00
Rename CONFIG_NXCONSOLE* to CONFIG_NXTERM*
This commit is contained in:
+1
-1
@@ -59,7 +59,7 @@ DEPPATH += --dep-path nxsu
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)/graphics/nxsu}
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_NXCONSOLE),y)
|
||||
ifeq ($(CONFIG_NXTERM),y)
|
||||
include nxconsole/Make.defs
|
||||
DEPPATH += --dep-path nxconsole
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)/graphics/nxconsole}
|
||||
|
||||
Reference in New Issue
Block a user