mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Makefile: move INCDIROPT to common place (#625)
This commit is contained in:
+1
-4
@@ -37,10 +37,7 @@
|
||||
-include $(TOPDIR)/Make.defs
|
||||
DELIM ?= $(strip /)
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
INCDIROPT = -w
|
||||
endif
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(TOPDIR)$(DELIM)sched"}
|
||||
CFLAGS += ${shell $(INCDIR) "$(CC)" "$(TOPDIR)$(DELIM)sched"}
|
||||
|
||||
# Basic BINFMT source files
|
||||
|
||||
|
||||
Reference in New Issue
Block a user