Skip to content

Commit

Permalink
Kbuild: s/SUBDIRS/M/
Browse files Browse the repository at this point in the history
M was always a modernized version of SUBDIRS, and SUBDIRS was
apparently dropped recently.
  • Loading branch information
ydahhrk committed Dec 16, 2019
1 parent ef48ec3 commit 78d5424
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dkms.conf
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ fi
# such as after a kernel upgrade.
AUTOINSTALL="yes"

MAKE[0]="make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod/common modules \
&& make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod/nat64 modules \
&& make -C ${kernel_source_dir} SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod/siit modules"
MAKE[0]="make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod/common modules \
&& make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod/nat64 modules \
&& make -C ${kernel_source_dir} M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod/siit modules"

CLEAN="make -C ${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build/src/mod clean"

Expand Down

0 comments on commit 78d5424

Please sign in to comment.