Skip to content

Commit

Permalink
Merge pull request #337 from visbs/patch-1
Browse files Browse the repository at this point in the history
Update Makefile for uninstall
  • Loading branch information
kimocoder committed Apr 23, 2019
2 parents ac73f3f + 66674a5 commit 0439b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit 0439b50

Please sign in to comment.