aboutsummaryrefslogtreecommitdiffstats
path: root/include/vm/Makefile.am
blob: 9b09929db6a7817a16cc1149626676b5ea5c6306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
COMMON_H =

KERNEL_H = \
	$(top_srcdir)/include/vm/anon.h \
	$(top_srcdir)/include/vm/pvn.h \
	$(top_srcdir)/include/vm/seg_kmem.h

USER_H =

EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)

if CONFIG_KERNEL
kerneldir = /usr/src/spl-$(SPL_META_VERSION)-$(SPL_META_RELEASE)/$(LINUX_VERSION)/vm
kernel_HEADERS = $(KERNEL_H)
endif