apps/: In Makefiles remove 'INCDIROPT = -w' which is already defined in apps/Make.defs.

This commit is contained in:
Xiang Xiao 2019-10-07 02:53:47 -06:00 committed by Gregory Nutt
parent 2c8b9e786d
commit 92e7b1f400
4 changed files with 0 additions and 15 deletions

View File

@ -36,10 +36,6 @@
include $(TOPDIR)/Make.defs
ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
# SMART FLASH block device test
PROGNAME = flash_test

View File

@ -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" \

View File

@ -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

View File

@ -36,10 +36,6 @@
include $(TOPDIR)/Make.defs
ifeq ($(WINTOOL),y)
INCDIROPT = -w
endif
# SMART filesystem test tool
PROGNAME = smart_test