aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libzstd/Makefile.am
blob: 7c7035c411a0aa80ea5293ff1b79b37b5a617ede (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include $(top_srcdir)/config/Rules.am

VPATH = $(top_srcdir)/module/zstd

# -fno-tree-vectorize is set for gcc in zstd/common/compiler.h
# Set it for other compilers, too.
AM_CFLAGS += -fno-tree-vectorize

noinst_LTLIBRARIES = libzstd.la

KERNEL_C = \
	lib/zstd.c \
	zfs_zstd.c

nodist_libzstd_la_SOURCES = $(KERNEL_C)