mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-13 03:30:34 +03:00
fd05dde75d
This is the upstream component of work that enables preliminary support for building Gentoo's ZFS packaging on other Linux systems via Gentoo Prefix. Signed-off-by: Richard Yao <richard.yao@clusterhq.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #384
21 lines
441 B
Makefile
21 lines
441 B
Makefile
SUBDIRS = fs linux rpc sharefs sys util vm
|
|
|
|
COMMON_H =
|
|
|
|
KERNEL_H = \
|
|
$(top_srcdir)/include/splat-ctl.h \
|
|
$(top_srcdir)/include/spl-ctl.h \
|
|
$(top_srcdir)/include/spl-debug.h \
|
|
$(top_srcdir)/include/spl-trace.h \
|
|
$(top_srcdir)/include/strings.h \
|
|
$(top_srcdir)/include/unistd.h
|
|
|
|
USER_H =
|
|
|
|
EXTRA_DIST = $(COMMON_H) $(KERNEL_H) $(USER_H)
|
|
|
|
if CONFIG_KERNEL
|
|
kerneldir = @prefix@/src/spl-$(VERSION)/include
|
|
kernel_HEADERS = $(KERNEL_H)
|
|
endif
|