zfs-builds-mm/zfs-2.0.0-rc4/lib/libavl/Makefile.am

15 lines
269 B
Makefile
Raw Permalink Normal View History

2020-10-22 14:20:35 +02:00
include $(top_srcdir)/config/Rules.am
VPATH = $(top_srcdir)/module/avl/
# Includes kernel code, generate warnings for large stack frames
AM_CFLAGS += $(FRAME_LARGER_THAN)
noinst_LTLIBRARIES = libavl.la
KERNEL_C = \
avl.c
nodist_libavl_la_SOURCES = \
$(KERNEL_C)