diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-09 14:57:48 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-11-09 14:57:48 +0200 |
commit | 5846aeda05972bc803c6094821ae836229ebe691 (patch) | |
tree | f74e07c061167fe5ada0126e10d8d47919c1cc49 /dos/Makefile | |
parent | CMake: Add lzip decoder files and #define to the build. (diff) | |
download | xz-5846aeda05972bc803c6094821ae836229ebe691.tar.xz |
DOS: Update Makefile and config.h to include ARM64 and .lz support.
Diffstat (limited to 'dos/Makefile')
-rw-r--r-- | dos/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dos/Makefile b/dos/Makefile index ff7a0fca..7817660e 100644 --- a/dos/Makefile +++ b/dos/Makefile @@ -73,6 +73,7 @@ SRCS_C = \ ../src/liblzma/common/index_decoder.c \ ../src/liblzma/common/index_encoder.c \ ../src/liblzma/common/index_hash.c \ + ../src/liblzma/common/lzip_decoder.c \ ../src/liblzma/common/stream_decoder.c \ ../src/liblzma/common/stream_encoder.c \ ../src/liblzma/common/stream_flags_common.c \ @@ -97,6 +98,7 @@ SRCS_C = \ ../src/liblzma/lzma/lzma_encoder_presets.c \ ../src/liblzma/rangecoder/price_table.c \ ../src/liblzma/simple/arm.c \ + ../src/liblzma/simple/arm64.c \ ../src/liblzma/simple/armthumb.c \ ../src/liblzma/simple/ia64.c \ ../src/liblzma/simple/powerpc.c \ |