]> git.proxmox.com Git - mirror_spl-debian.git/commit
Check for KALLSYMS
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 Jan 2013 00:13:07 +0000 (16:13 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 30 Jan 2013 00:35:23 +0000 (16:35 -0800)
commitde081a2ab4e911d2308b4f4055558f1d666f6b63
tree01e7373fb9f7f3a1e186a3b98bf799abaa1e2372
parent3cbfd259b709e3561b4b407d4a27eeec6dc201d0
Check for KALLSYMS

Check at ./configure time that the kernel was built with kallsyms
support.  If the kernel doesn't have CONFIG_KALLSYMS defined the
modules will still compile cleanly but will not be loadable.  So
we really want to catch this early during ./configure.  Note that
we do not require CONFIG_KALLSYMS_ALL but it may be safely defined.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #6
config/spl-build.m4