Skip to content

Commit

Permalink
Remove references to deprecated (and removed) SUBDIRS var
Browse files Browse the repository at this point in the history
5.4 removed SUBDIRS support.
  • Loading branch information
dakotarwilliams authored and Conan-Kudo committed Jan 23, 2020
1 parent 204e01f commit 71ded84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dist/dattobd-dkms-conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ PACKAGE_VERSION="@MODULE_VERSION@"
# Items below here should not have to change with each driver version
PACKAGE_NAME="dattobd"
PRE_BUILD="genconfig.sh ${kernelver}"
MAKE[0]="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build KVER=${kernelver} modules"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build KVER=${kernelver} modules"
STRIP[0]="no"
CLEAN="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build KVER=${kernelver} clean"
CLEAN="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build KVER=${kernelver} clean"

BUILT_MODULE_NAME[0]="dattobd"
DEST_MODULE_LOCATION[0]="/kernel/drivers/block/"
Expand Down

0 comments on commit 71ded84

Please sign in to comment.