mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #11533 from haukepetersen/opt_pkg_sourcelocaloverride
make/pkg: allow to set SOURCE_LOCAL per pkg
This commit is contained in:
commit
794ac26d47
@ -3,6 +3,7 @@
|
|||||||
#
|
#
|
||||||
PKG_DIR?=$(CURDIR)
|
PKG_DIR?=$(CURDIR)
|
||||||
PKG_BUILDDIR?=$(PKGDIRBASE)/$(PKG_NAME)
|
PKG_BUILDDIR?=$(PKGDIRBASE)/$(PKG_NAME)
|
||||||
|
PKG_SOURCE_LOCAL ?= $(PKG_SOURCE_LOCAL_$(shell echo $(PKG_NAME) | tr a-z- A-Z_))
|
||||||
|
|
||||||
# allow overriding package source with local folder (useful during development)
|
# allow overriding package source with local folder (useful during development)
|
||||||
ifneq (,$(PKG_SOURCE_LOCAL))
|
ifneq (,$(PKG_SOURCE_LOCAL))
|
||||||
|
Loading…
Reference in New Issue
Block a user