Commit Graph

5 Commits

Author SHA1 Message Date
Michael Brooks
b0049c17dc More Makefile Fixes
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
2021-06-14 14:40:53 -07:00
Michael Brooks
2faefe1e9f Fix makefile, bump versions of modules/deb
* 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.
2021-06-11 07:54:18 -07:00
Jan Kiszka
4021786186 staging: gasket: Fix inclusion of spinlock.h
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
2021-06-03 10:09:12 -07:00
Michael Brooks
1eeffd9635 Move source to src folder, add gitignore
Change-Id: Ie033078aa57e7cd7c7ce3c1d3d1f0057c8c2cf24
2021-06-03 10:03:45 -07:00
Leonid Lobachev
9a7e1e3acf Add makefile, update changelog.
Change-Id: I1b85001572b1c1f3318e32309bb10fd5aea488dd
2021-06-03 10:03:45 -07:00