anbox/kernel/ashmem
Tomasz Maciej Nowak 19110b824f dkms: fix modules build with more kernel versions
The Makefile for ashmem and binder have this line:
KERNEL_SRC ?= /lib/modules/$(shell uname -r)/build
so dkms will always build those modules against running kernel,
even for other kernel version headers. With this commit dkms will
always provide the necessary kernel version.

Signed-off-by: Tomasz Maciej Nowak <tomek_n@o2.pl>
2017-06-05 15:46:32 +02:00
..
uapi Add binder and ashmem kernel drivers as out-of-tree modules 2016-08-19 09:11:29 +02:00
ashmem.c Add protection key to calc_vm_prot_bits() if building under kernel >= 4.5.0 2017-01-18 14:13:38 +01:00
ashmem.h Add binder and ashmem kernel drivers as out-of-tree modules 2016-08-19 09:11:29 +02:00
deps.c kernel: ashmem: use kallsyms_lookup_name for internal symbol access 2016-12-06 08:29:59 +01:00
dkms.conf dkms: fix modules build with more kernel versions 2017-06-05 15:46:32 +02:00
Makefile kernel: ashmem: use kallsyms_lookup_name for internal symbol access 2016-12-06 08:29:59 +01:00