aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libavl/Makefile.am
blob: de8ba34d5ba0a59244b7188a6a4330e06b722702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)

# See https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54020
AM_CFLAGS += -no-suppress

noinst_LTLIBRARIES = libavl.la

KERNEL_C = \
	avl.c

nodist_libavl_la_SOURCES = \
	$(KERNEL_C)

include $(top_srcdir)/config/CppCheck.am