diff options
author | David Tardon <dtardon@redhat.com> | 2013-04-14 09:18:40 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2013-04-14 13:52:24 +0200 |
commit | c29d73f75c9d58e9f2d870500941798ab0e5cd3b (patch) | |
tree | 1bfebb32f822c75c64600bee1d7612f8a9e8fe3b | |
parent | 114f71db50ca5f474717e7d559a5d09445bd4551 (diff) |
add gb_ExternalPackage_set_outdir
Change-Id: Ic12bfc750a127172f3b081a915d90dacbd1bde37
-rw-r--r-- | solenv/gbuild/ExternalPackage.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/solenv/gbuild/ExternalPackage.mk b/solenv/gbuild/ExternalPackage.mk index c4fbc9621e96..9e0a019bc6b5 100644 --- a/solenv/gbuild/ExternalPackage.mk +++ b/solenv/gbuild/ExternalPackage.mk @@ -68,6 +68,16 @@ gb_ExternalPackage_UNPACKED_$(1) := $(2) endef +# Set output dir for the package's files. +# +# Default is $(OUTDIR). +# +# gb_ExternalPackage_set_outdir package outdir +define gb_ExternalPackage_set_outdir +$(call gb_Package_set_outdir,$(1),$(2)) + +endef + # Mark a source file to be used outside of this module # # This results in the timestamp of the file being updated, so a possible |