mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
OpenZFS restructuring - libspl
Factor Linux specific pieces out of libspl. Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Sean Eric Fagan <sef@ixsystems.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Matt Macy <mmacy@FreeBSD.org> Closes #9336
This commit is contained in:
committed by
Brian Behlendorf
parent
6360e2779e
commit
d31277abb1
+10
-1
@@ -3,7 +3,16 @@
|
||||
# should include these rules and override or extend them as needed.
|
||||
#
|
||||
|
||||
DEFAULT_INCLUDES = -include ${top_builddir}/zfs_config.h
|
||||
DEFAULT_INCLUDES = \
|
||||
-include ${top_builddir}/zfs_config.h \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/module/icp/include \
|
||||
-I$(top_srcdir)/lib/libspl/include
|
||||
|
||||
if BUILD_LINUX
|
||||
DEFAULT_INCLUDES += \
|
||||
-I$(top_srcdir)/lib/libspl/include/os/linux
|
||||
endif
|
||||
|
||||
AM_LIBTOOLFLAGS = --silent
|
||||
|
||||
|
||||
Reference in New Issue
Block a user