mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
build: Replace WINTOOL with CYGWIN_WINTOOL Kconfig
so the correct value can be determinated by Kconfig system automatically Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@
|
||||
|
||||
DEPPATH = --dep-path .
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
|
||||
INCDIROPT = -w
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user