mirror of
https://github.com/apache/nuttx.git
synced 2026-08-31 06:03:12 +00:00
Export DIRLINK and DIRUNLINK from main Makefile, to be able to use that from apps/Application.mk
This commit is contained in:
parent
b7c1544f0f
commit
a0b624e554
1 changed files with 2 additions and 2 deletions
|
|
@ -56,8 +56,8 @@ endif
|
|||
# Default tools
|
||||
|
||||
ifeq ($(DIRLINK),)
|
||||
DIRLINK = $(TOPDIR)/tools/link.sh
|
||||
DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
||||
export DIRLINK = $(TOPDIR)/tools/link.sh
|
||||
export DIRUNLINK = $(TOPDIR)/tools/unlink.sh
|
||||
endif
|
||||
|
||||
# This define is passed as EXTRADEFINES for kernel-mode builds. It is also passed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue