Skip to content

Commit

Permalink
Merge pull request #925 from ReeseWang/deprecate-subdirs
Browse files Browse the repository at this point in the history
kernel: Replace deprecated SUBDIRS with M in Makefile
  • Loading branch information
cardigliano authored May 21, 2024
2 parents eb42f87 + 2d2cff6 commit 9318652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dkms-rpm:
sudo $(MAKE) -f Makefile.dkms rpm

clean:
$(MAKE) -C $(KERNEL_SRC) SUBDIRS=$(HERE) clean || true
$(MAKE) -C $(KERNEL_SRC) M=$(HERE) clean || true
\rm -f *~ Module.symvers Module.markers modules.order

install:
Expand Down

0 comments on commit 9318652

Please sign in to comment.