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