Skip to content

Commit 0bcb3ca

Browse files
committed
Add pxz for tar
1 parent 2a871e2 commit 0bcb3ca

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ linux-pine64-$(RELEASE_NAME).tar: linux/arch/arm64/boot/Image boot-tools kernel/
4646
cd kernel && \
4747
bash ./make_kernel_tarball.sh $(shell readlink -f "$@")
4848

49+
%.tar.xz: %.tar
50+
pxz -f -3 $<
51+
4952
%.img.xz: %.img
5053
pxz -f -3 $<
5154

0 commit comments

Comments
 (0)