mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-14 08:53:21 +00:00
Add DIRLINK and DIRUNLOBK tool definitions to Make.defs
This commit is contained in:
parent
a58e09a8ca
commit
11012a6c3e
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue