summaryrefslogtreecommitdiff
path: root/src/third_party/zstandard-1.4.3/zstd/contrib/linux-kernel/lib/Makefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/zstandard-1.4.3/zstd/contrib/linux-kernel/lib/Makefile.diff')
-rw-r--r--src/third_party/zstandard-1.4.3/zstd/contrib/linux-kernel/lib/Makefile.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/third_party/zstandard-1.4.3/zstd/contrib/linux-kernel/lib/Makefile.diff b/src/third_party/zstandard-1.4.3/zstd/contrib/linux-kernel/lib/Makefile.diff
new file mode 100644
index 00000000000..f92efe8e9a1
--- /dev/null
+++ b/src/third_party/zstandard-1.4.3/zstd/contrib/linux-kernel/lib/Makefile.diff
@@ -0,0 +1,13 @@
+diff --git a/lib/Makefile b/lib/Makefile
+index e16f94a..0cfd529 100644
+--- a/lib/Makefile
++++ b/lib/Makefile
+@@ -115,6 +115,8 @@ obj-$(CONFIG_LZO_DECOMPRESS) += lzo/
+ obj-$(CONFIG_LZ4_COMPRESS) += lz4/
+ obj-$(CONFIG_LZ4HC_COMPRESS) += lz4/
+ obj-$(CONFIG_LZ4_DECOMPRESS) += lz4/
++obj-$(CONFIG_ZSTD_COMPRESS) += zstd/
++obj-$(CONFIG_ZSTD_DECOMPRESS) += zstd/
+ obj-$(CONFIG_XZ_DEC) += xz/
+ obj-$(CONFIG_RAID6_PQ) += raid6/
+