mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
Sponsored-by: https://despairlabs.com/sponsor/ Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Tony Hutter <hutter2@llnl.gov> Signed-off-by: Rob Norris <robn@despairlabs.com> Closes #18077
9 lines
225 B
Makefile
9 lines
225 B
Makefile
# SPDX-License-Identifier: CDDL-1.0
|
|
libavl_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS)
|
|
libavl_la_CFLAGS += -fvisibility=hidden
|
|
|
|
noinst_LTLIBRARIES += libavl.la
|
|
|
|
nodist_libavl_la_SOURCES = \
|
|
module/avl/avl.c
|