The Makefile wasn't in the appropriate format for DKMS. While it did
work on the Coral Dev Board, it failed on other devices.
Tested:
Coral Dev Board, x86 Debian Machine
* The Makefile configuration was using kernel macros instead of obj-m,
so it wasn't building properly.
* Bump gasket and apex module versions for better DKMS installs.
* Bump Debian package version.
linux/rwlock.h is a no-no for direct inclusion. This remains unnoticed
when building against mainline due to prior inclusion of the correct
header, linux/spinlock.h, but breaks over the PREEMPT-RT kernel.
Would have likely been caught earlier by maintainer reviews if the
driver was developed upstream.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Change-Id: Ibc98c9017895e8991633ea4fe23171b507537525