1
0
mirror of https://github.com/morrownr/8821cu-20210916.git synced 2024-09-07 07:45:06 +00:00

fix Makefile uninstall

This commit is contained in:
morrownr 2023-01-21 11:00:47 -06:00
parent 41b038f40f
commit 7b7df3e71a

View File

@ -2508,7 +2508,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: