Skip to content

Commit

Permalink
rtl8192du: Add depmod commands
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
lwfinger committed Dec 11, 2014
1 parent 7c74342 commit 39986e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,13 @@ install:
install -d $(DESTDIR)/lib/firmware/rtlwifi
install -m644 rtl8192dufw.bin $(DESTDIR)/lib/firmware/rtlwifi
install -m644 rtl8192dufw_wol.bin $(DESTDIR)/lib/firmware/rtlwifi
depmod -a

uninstall:
rm -f $(DESTDIR)$(MODDESTDIR)/$(MODULE_NAME).ko
rm -f $(DESTDIR)/lib/firmware/rtlwifi/rtl8192dufw.bin
rm -f $(DESTDIR)/lib/firmware/rtlwifi/rtl8192dufw_wol.bin
depmod -a

config_r:
@echo "make config"
Expand Down

0 comments on commit 39986e4

Please sign in to comment.