mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-08 20:35:07 +00:00
Fix a Makefile issue
This commit is contained in:
parent
afb5c175f7
commit
9ec3a13fc8
4
Makefile
4
Makefile
@ -2253,11 +2253,7 @@ strip:
|
||||
|
||||
install:
|
||||
install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR)
|
||||
ifeq ($(INSTALL_MOD_PATH),)
|
||||
$(DEPMOD) -a ${KVER}
|
||||
else
|
||||
/sbin/depmod -a ${KVER}
|
||||
endif
|
||||
|
||||
uninstall:
|
||||
rm -f $(MODDESTDIR)/$(MODULE_NAME).ko
|
||||
|
Loading…
Reference in New Issue
Block a user