diff --git a/Makefile b/Makefile index 76db121..63e0103 100644 --- a/Makefile +++ b/Makefile @@ -149,6 +149,9 @@ modules: strip: $(CROSS_COMPILE)strip 8188eu.ko --strip-unneeded +modules_install: + $(MAKE) -C $(KSRC) M=`pwd` modules_install + install: install -p -m 644 8188eu.ko $(MODDESTDIR) @if [ -a /lib/modules/$(KVER)/kernel/drivers/staging/rtl8188eu/r8188eu.ko ] ; then modprobe -r r8188eu; fi;