1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-20 05:00:36 +00:00

Update Makefile for uninstall

This commit is contained in:
visbs 2019-04-23 17:44:51 +05:30 committed by GitHub
parent ac73f3f301
commit 66674a5c36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1718,7 +1718,7 @@ install:
/sbin/depmod -a ${KVER}
uninstall:
rm -f $(MODDESTDIR)/$(MODULE_NAME).ko
rm -f $(MODDESTDIR)$(MODULE_NAME).ko
/sbin/depmod -a ${KVER}
backup_rtlwifi: