Add DIRLINK and DIRUNLOBK tool definitions to Make.defs

This commit is contained in:
Gregory Nutt 2016-08-02 08:38:20 -06:00
parent a58e09a8ca
commit 11012a6c3e

View file

@ -60,8 +60,12 @@ endif
ifeq ($(CONFIG_WINDOWS_NATIVE),y)
MKKCONFIG = $(APPDIR)\tools\mkkconfig.bat
DIRLINK = $(TOPDIR)\tools\link.bat
DIRUNLINK = $(TOPDIR)\tools\unlink.bat
else
MKKCONFIG = $(APPDIR)/tools/mkkconfig.sh
DIRLINK = $(TOPDIR)/tools/link.sh
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
endif
ifeq ($(WINTOOL),y)