Export DIRLINK and DIRUNLINK from main Makefile, to be able to use that from apps/Application.mk

This commit is contained in:
Sebastien Lorquet 2016-08-01 17:35:03 -06:00 committed by Gregory Nutt
parent b7c1544f0f
commit a0b624e554

View File

@ -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