Skip to content

Commit

Permalink
Merge pull request RIOT-OS#11533 from haukepetersen/opt_pkg_sourceloc…
Browse files Browse the repository at this point in the history
…aloverride

make/pkg: allow to set SOURCE_LOCAL per pkg
  • Loading branch information
benpicco authored Sep 23, 2019
2 parents 3d26979 + cf8f312 commit 794ac26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/pkg.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 794ac26

Please sign in to comment.