mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
tools/Win.mk:Fix an pass1dep error when USERDEPDIRS is empty in Windows native build
This commit is contained in:
parent
f115a97bdc
commit
498bc98b1b
1 changed files with 2 additions and 0 deletions
|
|
@ -557,7 +557,9 @@ clean_bootloader:
|
|||
# pass2dep: Create pass2 build dependencies
|
||||
|
||||
pass1dep: context tools\mkdeps$(HOSTEXEEXT)
|
||||
ifneq ($(USERDEPDIRS),)
|
||||
$(Q) for %%G in ($(USERDEPDIRS)) do ( $(MAKE) -C %%G depend )
|
||||
endif
|
||||
|
||||
pass2dep: context tools\mkdeps$(HOSTEXEEXT)
|
||||
$(Q) for %%G in ($(KERNDEPDIRS)) do ( $(MAKE) -C %%G EXTRAFLAGS="$(KDEFINE) $(EXTRAFLAGS)" depend )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue