mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-14 09:09:35 +00:00
rtl8188eu: Apply "fix" suggested by user
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
51051d2e4b
commit
1201a7a51f
1 changed files with 1 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -410,10 +410,7 @@ obj-m := 8188eu.o
|
|||
|
||||
else
|
||||
|
||||
all: test modules
|
||||
|
||||
test:
|
||||
@if [ ! -e ./.git ] ; then echo $(MSG); exit 1; fi;
|
||||
all: modules
|
||||
|
||||
modules:
|
||||
$(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(CURDIR) modules
|
||||
|
|
Loading…
Reference in a new issue