mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 23:15:18 +00:00
apps/: In Makefiles remove 'INCDIROPT = -w' which is already defined in apps/Make.defs.
This commit is contained in:
parent
2c8b9e786d
commit
92e7b1f400
4 changed files with 0 additions and 15 deletions
|
|
@ -36,10 +36,6 @@
|
|||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
INCDIROPT = -w
|
||||
endif
|
||||
|
||||
# SMART FLASH block device test
|
||||
|
||||
PROGNAME = flash_test
|
||||
|
|
|
|||
|
|
@ -42,9 +42,6 @@ PRIORITY = SCHED_PRIORITY_DEFAULT
|
|||
STACKSIZE = 2048
|
||||
MODULE = $(CONFIG_EXAMPLES_PASHELLO)
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
INCDIROPT = -w
|
||||
endif
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" \
|
||||
"." \
|
||||
"$(APPDIR)$(DELIM)interpreters$(DELIM)pcode$(DELIM)include" \
|
||||
|
|
|
|||
|
|
@ -35,10 +35,6 @@
|
|||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
INCDIROPT = -w
|
||||
endif
|
||||
|
||||
CFLAGS += ${shell $(INCDIR) $(INCDIROPT) "$(CC)" "$(APPDIR)/netutils/thttpd" "$(APPDIR)/netutils/thttpd/cgi-src"}
|
||||
CGIBINDIR = $(APPDIR)/netutils/thttpd/cgi-bin
|
||||
CLEANFILES = *.o redirect ssi phf
|
||||
|
|
|
|||
|
|
@ -36,10 +36,6 @@
|
|||
|
||||
include $(TOPDIR)/Make.defs
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
INCDIROPT = -w
|
||||
endif
|
||||
|
||||
# SMART filesystem test tool
|
||||
|
||||
PROGNAME = smart_test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue