mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +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_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)
|
||||
ifneq (,$(PKG_SOURCE_LOCAL))
|
||||
|
Loading…
Reference in New Issue
Block a user