]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - zfs/configure.ac
arm64: topology: Avoid checking numa mask for scheduler MC selection
[mirror_ubuntu-bionic-kernel.git] / zfs / configure.ac
index 8bf4f6496adf1804404b7885aee3f92b3e27d4d7..a2d7520dd5876fec1af7e99b6b66b76677d9a9f3 100644 (file)
@@ -39,7 +39,7 @@ AC_CONFIG_MACRO_DIR([config])
 AC_CANONICAL_SYSTEM
 AM_MAINTAINER_MODE
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([subdir-objects])
 AC_CONFIG_HEADERS([zfs_config.h], [
        (mv zfs_config.h zfs_config.h.tmp &&
        awk -f ${ac_srcdir}/config/config.awk zfs_config.h.tmp >zfs_config.h &&
@@ -49,14 +49,14 @@ AC_PROG_INSTALL
 AC_PROG_CC
 AC_PROG_LIBTOOL
 AM_PROG_AS
+AM_PROG_CC_C_O
 
 ZFS_AC_LICENSE
 ZFS_AC_PACKAGE
 ZFS_AC_CONFIG
 ZFS_AC_DEBUG
-ZFS_AC_DEBUG_DMU_TX
 
-AC_CONFIG_FILES([ 
+AC_CONFIG_FILES([
        Makefile
        module/Makefile
        module/avl/Makefile
@@ -65,13 +65,17 @@ AC_CONFIG_FILES([
        module/zcommon/Makefile
        module/zfs/Makefile
        module/zpios/Makefile
+       module/icp/Makefile
        include/Makefile
        include/linux/Makefile
        include/sys/Makefile
        include/sys/fs/Makefile
        include/sys/fm/Makefile
        include/sys/fm/fs/Makefile
+       include/sys/crypto/Makefile
+       include/sys/sysevent/Makefile
        zfs.release
 ])
 
+
 AC_OUTPUT