Merge pull request #2783 from terrelln/huf-asm-makefiles
[build] Add support for ASM files in Make + CMake
Showing
- .circleci/config.yml 7 additions, 6 deletions.circleci/config.yml
- .github/workflows/dev-short-tests.yml 9 additions, 1 deletion.github/workflows/dev-short-tests.yml
- Makefile 6 additions, 6 deletionsMakefile
- build/cmake/lib/CMakeLists.txt 2 additions, 2 deletionsbuild/cmake/lib/CMakeLists.txt
- contrib/freestanding_lib/freestanding.py 2 additions, 1 deletioncontrib/freestanding_lib/freestanding.py
- contrib/linux-kernel/test/Makefile 6 additions, 2 deletionscontrib/linux-kernel/test/Makefile
- contrib/pzstd/Makefile 2 additions, 14 deletionscontrib/pzstd/Makefile
- lib/Makefile 38 additions, 167 deletionslib/Makefile
- lib/compress/huf_compress.c 3 additions, 2 deletionslib/compress/huf_compress.c
- lib/libzstd.mk 185 additions, 0 deletionslib/libzstd.mk
- programs/Makefile 27 additions, 101 deletionsprograms/Makefile
- tests/Makefile 29 additions, 25 deletionstests/Makefile
- tests/fuzz/Makefile 22 additions, 8 deletionstests/fuzz/Makefile
- tests/fuzzer.c 1 addition, 1 deletiontests/fuzzer.c
- tests/regression/Makefile 1 addition, 0 deletionstests/regression/Makefile
- tests/test-variants.sh 115 additions, 0 deletionstests/test-variants.sh
Loading
Please register or sign in to comment