Skip to content

Commit

Permalink
Fix for build on 5.4.+ kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerjames99 authored Jul 31, 2020
1 parent 79bbe57 commit 4e3d6e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dkms.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PACKAGE_NAME=spi-ch341-usb
PACKAGE_VERSION="1.0.0"

MAKE[0]="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules"
CLEAN="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build clean"

BUILT_MODULE_NAME[0]=spi-ch341-usb
#DEST_MODULE_LOCATION[0]=/kernel/drivers/spi
Expand Down

0 comments on commit 4e3d6e4

Please sign in to comment.