aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/fs/Makefile.am
blob: 3805a5ed3dd763e81afd302042a8515872b29d36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
COMMON_H =

KERNEL_H = \
	$(top_srcdir)/include/sys/fs/swapnode.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)/sys/fs
kernel_HEADERS = $(KERNEL_H)
endif