mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-09 23:19:39 +00:00
Merge pull request #269 from litmusautomation/master
Add modules_install target
This commit is contained in:
commit
34855b2a84
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -162,6 +162,9 @@ install:
|
|||
mkdir -p /lib/firmware/rtlwifi
|
||||
cp rtl8188eufw.bin /lib/firmware/rtlwifi/.
|
||||
|
||||
modules_install:
|
||||
$(MAKE) -C $(KSRC) M=$(shell pwd) modules_install
|
||||
|
||||
uninstall:
|
||||
rm -f $(MODDESTDIR)/8188eu.ko
|
||||
/sbin/depmod -a ${KVER}
|
||||
|
|
Loading…
Reference in a new issue