Commit 27c60390 authored by Pavel Shilovsky's avatar Pavel Shilovsky

Add build support for 3.7

parent 066ff337
......@@ -252,7 +252,7 @@ detect_host_kernel()
check_headers()
{
if [ ! -f $KERNSRC/include/linux/version.h ]; then
if [ ! -f $KERNSRC/include/linux/version.h ] && [ ! -f $KERNSRC/include/generated/uapi/linux/version.h ] ; then
# TODO: use distr_vendor
cat >&2 <<EOF
Error: no kernel headers found at $KERNSRC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment