This pull request updates the Makefile to simplify the installation and removal process of the RTL88x2BU driver using DKMS. The following changes have been made:
Added a new target dkms_install to the Makefile, which allows for easy installation of the driver via the dkms install command.
Added a new target dkms_remove to the Makefile, which facilitates the removal of the driver using the dkms remove command.
These changes enable users to install and remove the RTL88x2BU driver more conveniently by running make dkms_install and make dkms_remove respectively.
Changes:
Updated Makefile with dkms_install and dkms_remove targets.
Testing:
Verified the make dkms_install command installs the driver correctly.
Verified the make dkms_remove command removes the driver as expected.
Impact:
Simplifies the process of managing the RTL88x2BU driver using DKMS.
This pull request updates the Makefile to simplify the installation and removal process of the RTL88x2BU driver using DKMS. The following changes have been made:
dkms_install
to the Makefile, which allows for easy installation of the driver via thedkms install
command.dkms_remove
to the Makefile, which facilitates the removal of the driver using thedkms remove
command.These changes enable users to install and remove the RTL88x2BU driver more conveniently by running
make dkms_install
andmake dkms_remove
respectively.Changes:
dkms_install
anddkms_remove
targets.Testing:
make dkms_install
command installs the driver correctly.make dkms_remove
command removes the driver as expected.Impact:
Please review the changes and provide feedback.
Thank you!