1include $(top_srcdir)/config/Rules.am 2 3VPATH = $(top_srcdir)/module/avl/ 4 5# Includes kernel code, generate warnings for large stack frames 6AM_CFLAGS += $(FRAME_LARGER_THAN) 7 8noinst_LTLIBRARIES = libavl.la 9 10KERNEL_C = \ 11 avl.c 12 13nodist_libavl_la_SOURCES = \ 14 $(KERNEL_C) 15