1
0
mirror of https://git.proxmox.com/git/mirror_zfs.git synced 2025-03-11 22:13:10 +03:00
mirror_zfs/include/vm/Makefile.am

16 lines
327 B
Makefile
Raw Normal View History

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