rtl8188eu: Apply "fix" suggested by user

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2023-02-18 12:56:39 -06:00
parent 51051d2e4b
commit 1201a7a51f

View file

@ -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