2010-08-26 11:22:58 -07:00
|
|
|
include $(top_srcdir)/config/Rules.am
|
|
|
|
|
2014-06-09 23:55:31 +02:00
|
|
|
VPATH = $(top_srcdir)/module/avl/
|
|
|
|
|
2018-01-10 10:49:27 -08:00
|
|
|
# Includes kernel code, generate warnings for large stack frames
|
|
|
|
AM_CFLAGS += $(FRAME_LARGER_THAN)
|
2010-08-26 11:22:58 -07:00
|
|
|
|
2011-12-31 17:30:52 -06:00
|
|
|
noinst_LTLIBRARIES = libavl.la
|
2010-08-26 11:22:58 -07:00
|
|
|
|
2014-06-09 23:55:31 +02:00
|
|
|
KERNEL_C = \
|
|
|
|
avl.c
|
|
|
|
|
|
|
|
nodist_libavl_la_SOURCES = \
|
|
|
|
$(KERNEL_C)
|
2021-01-22 12:54:34 -08:00
|
|
|
|
|
|
|
include $(top_srcdir)/config/CppCheck.am
|