Skip to content
Snippets Groups Projects
Commit a0b624e5 authored by Sebastien Lorquet's avatar Sebastien Lorquet Committed by Gregory Nutt
Browse files

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

parent b7c1544f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment