aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/simple/Makefile.inc
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-09-19 19:34:56 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-09-19 20:23:46 +0300
commitecb966de308c255bb4735a7307ef9901c643a9de (patch)
tree2f590bc34e34fdc8388cbe106fff4d281d88f409 /src/liblzma/simple/Makefile.inc
parentliblzma: Simple/BCJ filters: Allow disabling generic BCJ options. (diff)
downloadxz-ecb966de308c255bb4735a7307ef9901c643a9de.tar.xz
liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID.
That is, the Filter ID will be changed once the design is final. The current version will be removed. So files created with the tempoary Filter ID won't be supported in the future.
Diffstat (limited to 'src/liblzma/simple/Makefile.inc')
-rw-r--r--src/liblzma/simple/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/liblzma/simple/Makefile.inc b/src/liblzma/simple/Makefile.inc
index 8a5e2d7f..dc092f95 100644
--- a/src/liblzma/simple/Makefile.inc
+++ b/src/liblzma/simple/Makefile.inc
@@ -42,6 +42,10 @@ if COND_FILTER_ARMTHUMB
liblzma_la_SOURCES += simple/armthumb.c
endif
+if COND_FILTER_ARM64
+liblzma_la_SOURCES += simple/arm64.c
+endif
+
if COND_FILTER_SPARC
liblzma_la_SOURCES += simple/sparc.c
endif