Skip to content
Snippets Groups Projects
Commit 59dd795b authored by Nathan Rutman's avatar Nathan Rutman
Browse files

add configure warning if building without CONFIG_KMOD

parent dce93dfa
No related branches found
No related tags found
No related merge requests found
......@@ -327,6 +327,12 @@ if test "x$ARCH_UM" = "x" ; then
fi
])
LB_LINUX_CONFIG([KMOD],[],[
AC_MSG_WARN([])
AC_MSG_WARN([Kernel module loading support is highly recommended.])
AC_MSG_WARN([])
])
#LB_LINUX_CONFIG_BIG_STACK
# LNet tests
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment