summaryrefslogtreecommitdiffstats
path: root/tools/xz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xz/Makefile')
-rw-r--r--tools/xz/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/xz/Makefile b/tools/xz/Makefile
index 5689e18d4..660f6e899 100644
--- a/tools/xz/Makefile
+++ b/tools/xz/Makefile
@@ -15,4 +15,8 @@ PKG_MD5SUM:=0652c09fdbb93ae2ce78c1368ffda612
include $(INCLUDE_DIR)/host-build.mk
+define Host/Install
+ $(MAKE) -C $(HOST_BUILD_DIR) install xzlinks="unxz xzcat"
+endef
+
$(eval $(call HostBuild))