aboutsummaryrefslogtreecommitdiffstats
path: root/config/kernel.m4
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2008-11-26 15:32:39 -0800
committerBrian Behlendorf <[email protected]>2008-11-26 15:32:39 -0800
commit62b749c8c846442f37f41c8ae5c612d75308c046 (patch)
tree4ae157bd8dccf505bc8104b9c4dd84ee14fb661d /config/kernel.m4
parentf0e648ca02f55bb2c4bc328656769a0c529f683a (diff)
Working version of M4 macro config
Diffstat (limited to 'config/kernel.m4')
-rw-r--r--config/kernel.m411
1 files changed, 5 insertions, 6 deletions
diff --git a/config/kernel.m4 b/config/kernel.m4
index de557a18a..a146a5f08 100644
--- a/config/kernel.m4
+++ b/config/kernel.m4
@@ -1,10 +1,10 @@
dnl #
-dnl # Default ZFS kernel mode configuration
+dnl # Default ZFS kernel configuration
dnl #
-AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
+AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [
dnl # Kernel build make options
+ dnl # KERNELMAKE_PARAMS="V=1" # Enable verbose module build
KERNELMAKE_PARAMS=
- dnl #KERNELMAKE_PARAMS="V=1" # Enable verbose module build
dnl # Kernel build cpp flags
KERNELCPPFLAGS="$KERNELCPPFLAGS -DHAVE_SPL -D_KERNEL "
@@ -45,7 +45,7 @@ AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
dnl # can be done in the Makefile but it will take some serious
dnl # investigation and I don't have the time now.
- echo "Creating symlinks for additional make targets"
+ echo "creating symlinks for additional kernel make targets"
ln -f -s $LIBDIR/libport/u8_textprep.c $LIBDIR/libport/ku8_textprep.c
ln -f -s $LIBDIR/libavl/avl.c $LIBDIR/libavl/kavl.c
ln -f -s $LIBDIR/libavl/avl.c $LIBDIR/libavl/uavl.c
@@ -59,5 +59,4 @@ AC_DEFUN([ZFS_AC_KERNEL_CONFIG], [
ln -f -s $LIBDIR/libzcommon/zfs_namecheck.c $LIBDIR/libzcommon/kzfs_namecheck.c
ln -f -s $LIBDIR/libzcommon/zfs_comutil.c $LIBDIR/libzcommon/kzfs_comutil.c
ln -f -s $LIBDIR/libzcommon/zpool_prop.c $LIBDIR/libzcommon/kzpool_prop.c
- ]
-)
+])