nuttx/fs
Gregory Nutt 5c0e8e88b1 Revert "Makefile: move INCDIROPT to common place (#625)"
This reverts commit b9ace36fcc.

This change was added by PR 625 but has a serious logic flaw.  It removes all occurrences of INCDIROPT and replaces it with a definition in tools/Config.mk:

    else ifeq ($(WINTOOL),y)
      DEFINE = "$(TOPDIR)/tools/define.sh"
      INCDIR = "$(TOPDIR)/tools/incdir.sh" -w

This logic flaw is the Config.mk is included in all Make.defs files BEFORE WINTOOL is defined.  As a result, the definition is wrong in many places when building under Cygwin with a Windows native toolchain.
2020-03-26 08:50:29 -07:00
..
aio nxstyle: fixed various nxstyle warnings 2020-03-09 08:56:59 -06:00
binfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
cromfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
dirent Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
driver Run all .c and .h files in previous commits through nxstyle. 2020-03-22 08:24:07 -05:00
fat fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
hostfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
inode Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
littlefs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
mmap Run codespell -w against all files 2020-02-22 14:45:07 -06:00
mount fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
mqueue Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
nfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
nxffs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
partition Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
procfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
romfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
semaphore Run codespell -w against all files 2020-02-22 14:45:07 -06:00
shm fs/: Remove dangling space at the end of lines. 2017-06-28 13:17:55 -06:00
smartfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
spiffs Revert "Makefile: move INCDIROPT to common place (#625)" 2020-03-26 08:50:29 -07:00
tmpfs fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
unionfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
userfs Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
vfs Run all .c and .h files in previous commits through nxstyle. 2020-03-22 08:24:07 -05:00
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00
fs_initialize.c Remove some block comments before empty code sections 2016-04-11 18:16:04 -06:00
Kconfig fs/: Remove support for CONFIG_FS_READABLE 2020-03-22 08:24:07 -05:00
Makefile Revert "Don't generate .depend anymore" 2020-03-22 23:07:29 -05:00