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>
7 lines
216 B
Text
7 lines
216 B
Text
PACKAGE_NAME="anbox-binder"
|
|
PACKAGE_VERSION="1"
|
|
CLEAN="make clean"
|
|
MAKE[0]="make all KERNEL_SRC=/lib/modules/$kernelver/build"
|
|
BUILT_MODULE_NAME[0]="binder_linux"
|
|
DEST_MODULE_LOCATION[0]="/updates"
|
|
AUTOINSTALL="yes"
|