blob: d8e334e797e40c59b68484cb8044ce6e4d9bd5c8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PACKAGE_NAME="hid-tmff2"
PACKAGE_VERSION="0.82"
AUTOINSTALL="yes"
# By default, DKMS will add KERNELRELEASE to the make command line; however,
# this will cause the kernel module build to infer that it was invoked via
# Kbuild directly instead of DKMS. The dkms(8) manual page recommends quoting
# the 'make' command name to suppress this behavior.
MAKE[0]="'make' KDIR=\"$kernel_source_dir\""
CLEAN[0]=true
# The list of kernel modules.
#__DKMS_MODULES
BUILT_MODULE_LOCATION[0]="deps/hid-tminit/"
BUILT_MODULE_LOCATION[1]="deps/hid-tminit/"
BUILT_MODULE_NAME[0]="hid-tminit-new"
BUILT_MODULE_NAME[1]="usb-tminit-new"
DEST_MODULE_LOCATION[0]="/kernel/drivers/hid"
DEST_MODULE_LOCATION[1]="/kernel/drivers/usb"
BUILT_MODULE_NAME[2]="hid-tmff-new"
DEST_MODULE_LOCATION[2]="/kernel/drivers/hid"
|