summaryrefslogtreecommitdiff
path: root/mk/packages.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-05 20:02:05 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-01-05 20:02:05 +0100
commitc93fa88ee0a053b02858938124145873cebe8ef6 (patch)
tree9bac8f4866a3837ce539e96644cb58b30bc3bc9b /mk/packages.mk
parent676f1a16c8d7c7e59c9964b8177ce291ed7535f0 (diff)
downloadembtoolkit-c93fa88ee0a053b02858938124145873cebe8ef6.tar.gz
embtoolkit-c93fa88ee0a053b02858938124145873cebe8ef6.tar.bz2
embtoolkit-c93fa88ee0a053b02858938124145873cebe8ef6.tar.xz
Build system: add ability to decompress package through make {pkgname}_decompress
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/packages.mk')
-rw-r--r--mk/packages.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/packages.mk b/mk/packages.mk
index 536d988..15bbff7 100644
--- a/mk/packages.mk
+++ b/mk/packages.mk
@@ -119,6 +119,10 @@ host_packages_build:
download_% %_download:
$(call embtk_download_pkg,$*)
+# Decompress generic implicit rule
+%_decompress:
+ $(call embtk_decompress_pkg,$*)
+
# clean generic implicit rule
%_clean:
$(call embtk_cleanup_pkg,$*)