-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdkms.conf
More file actions
23 lines (17 loc) · 632 Bytes
/
dkms.conf
File metadata and controls
23 lines (17 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
PACKAGE_NAME="usb_oc"
PACKAGE_VERSION="1.1"
BUILT_MODULE_NAME[0]="usb_oc"
BUILT_MODULE_LOCATION[0]=src
DEST_MODULE_LOCATION[0]=/extramodules
# BUILT_MODULE_NAME[1]="i915"
# BUILT_MODULE_LOCATION[1]=drivers/gpu/drm/i915
# DEST_MODULE_LOCATION[1]=/updates
# BUILT_MODULE_NAME[2]="kvmgt"
# BUILT_MODULE_LOCATION[2]=drivers/gpu/drm/i915
# DEST_MODULE_LOCATION[2]=/updates
# BUILT_MODULE_NAME[3]="xe"
# BUILT_MODULE_LOCATION[3]=drivers/gpu/drm/xe
# DEST_MODULE_LOCATION[3]=/updates
#MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build"
AUTOINSTALL=yes
#BUILD_EXCLUSIVE_KERNEL="^6\.1[2-9]"