From a0b624e55487e67e97f3a1d1e178e4aef8b358bf Mon Sep 17 00:00:00 2001 From: Sebastien Lorquet Date: Mon, 1 Aug 2016 17:35:03 -0600 Subject: [PATCH] Export DIRLINK and DIRUNLINK from main Makefile, to be able to use that from apps/Application.mk --- Makefile.unix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.unix b/Makefile.unix index d1ee224a67e..08b7fe3b075 100644 --- a/Makefile.unix +++ b/Makefile.unix @@ -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