build: Move MKDEP definition to common place

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-05-19 12:30:46 +08:00
committed by Abdelatif Guettouche
parent 9ec9431706
commit 8b42ee421a
238 changed files with 20 additions and 712 deletions
@@ -124,11 +124,3 @@ ifeq ($(CONFIG_HOST_WINDOWS),y)
else
HOSTEXEEXT =
endif
ifeq ($(CONFIG_CYGWIN_WINTOOL),y)
# Windows-native host tools
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkwindeps.sh
else
# Linux/Cygwin-native host tools
MKDEP = $(TOPDIR)$(DELIM)tools$(DELIM)mkdeps$(HOSTEXEEXT)
endif