summaryrefslogtreecommitdiff
path: root/mk/squashfs.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 00:20:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 00:20:53 +0100
commitf5440f7033019eea6cfc0a125db67259862a9671 (patch)
tree9a040d718decb95406ea8f27183291e315227a3e /mk/squashfs.mk
parentdcd92fddc94aa56c84771e22545c991f176e2781 (diff)
downloadembtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.gz
embtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.bz2
embtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.xz
Host tools/Toolchain components: massively convert to use more build system features
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/squashfs.mk')
-rw-r--r--mk/squashfs.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/mk/squashfs.mk b/mk/squashfs.mk
index c0aa2c3..9437c14 100644
--- a/mk/squashfs.mk
+++ b/mk/squashfs.mk
@@ -35,6 +35,10 @@ UNSQUASHFS_BIN := $(embtk_htools)/usr/bin/unsquashfs
SQUASHFS_TOOLS_DEPS := zlib_host_install
+define embtk_install_squashfs_tools
+ $(MAKE) squashfs_tools_install
+endef
+
squashfs_tools_install: $(SQUASHFS_TOOLS_DEPS)
$(Q)test -e $(SQUASHFS_TOOLS_BUILD_DIR)/.installed || \
$(MAKE) $(SQUASHFS_TOOLS_BUILD_DIR)/.installed