From c93fa88ee0a053b02858938124145873cebe8ef6 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 5 Jan 2014 20:02:05 +0100 Subject: Build system: add ability to decompress package through make {pkgname}_decompress Signed-off-by: Abdoulaye Walsimou Gaye --- mk/packages.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mk/packages.mk') 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,$*) -- cgit v1.2.3