mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 04:19:37 +08:00
Makefile: move INCDIROPT to common place (#625)
This commit is contained in:
@@ -52,7 +52,7 @@ CSRCS += nxterm_sem.c
|
||||
endif
|
||||
|
||||
DEPPATH += --dep-path nxterm
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" $(TOPDIR)/graphics/nxterm}
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" $(TOPDIR)/graphics/nxterm}
|
||||
VPATH += :nxterm
|
||||
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user