From 82b68a113bbb05b5a78c1bb503220a0a0fcf7da4 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 13 Jun 2020 20:55:14 +0200 Subject: [PATCH] Makefile.include: fetch packages sources in a global directory --- Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.include b/Makefile.include index 61b536071d..2c9bc19ab7 100644 --- a/Makefile.include +++ b/Makefile.include @@ -45,7 +45,7 @@ BUILD_DIR ?= $(RIOTBASE)/build APPDIR ?= $(CURDIR) BINDIRBASE ?= $(APPDIR)/bin BINDIR ?= $(BINDIRBASE)/$(BOARD) -PKGDIRBASE ?= $(BINDIRBASE)/pkg/$(BOARD) +PKGDIRBASE ?= $(RIOTBASE)/build/pkg DLCACHE ?= $(RIOTTOOLS)/dlcache/dlcache.sh DLCACHE_DIR ?= $(RIOTBASE)/.dlcache