dkms.conf: Try harder when looking for ds.h
authorIan Abbott <abbotti@mev.co.uk>
Tue, 26 Jun 2012 17:46:33 +0000 (18:46 +0100)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 26 Jun 2012 17:46:33 +0000 (18:46 +0100)
commit0bf35c07a1cf1ed3a69770f7f20c53e26e4c24d0
treeb64469144ebad5b5a33d4475ac1d5cdc85d1fbee
parentaf914e812150d9452ac3e57e911c728806c977a9
dkms.conf: Try harder when looking for ds.h

Some distros don't create /lib/modules/${kernelver}/source directory or
symlink, so the use of the
/lib/modules/${kernelver}/source/include/pcmcia/ds.h fails.  In this
case, use ${kernel_source_dir}/include/pcmcia/ds.h and hope for the
best.

This is useful for some versions of Ubuntu at least.

Signed-off-by: Ian Abbott <abbotti@mev.co.uk>
dkms.conf