mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-11 04:46:18 +03:00
7 lines
190 B
Makefile
7 lines
190 B
Makefile
|
|
# SPDX-License-Identifier: CDDL-1.0
|
||
|
|
libbtree_la_CFLAGS = $(AM_CFLAGS) $(KERNEL_CFLAGS) $(LIBRARY_CFLAGS)
|
||
|
|
|
||
|
|
noinst_LTLIBRARIES += libbtree.la
|
||
|
|
|
||
|
|
nodist_libbtree_la_SOURCES = module/zfs/btree.c
|