From 1201a7a51fcef5228cc5aa6df749e6c94c91c70b Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Sat, 18 Feb 2023 12:56:39 -0600 Subject: [PATCH] rtl8188eu: Apply "fix" suggested by user Signed-off-by: Larry Finger --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index fe76acc..040d055 100755 --- a/Makefile +++ b/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