File make.patch of Package rtl8188eu
--- a/Makefile 2021-02-11 14:38:00.753299610 +0100 +++ b/Makefile 2021-05-19 22:15:48.072703041 +0200 @@ -8,7 +8,7 @@ EXTRA_CFLAGS += -Wno-unused-parameter EXTRA_CFLAGS += -Wno-unused-function EXTRA_CFLAGS += -Wno-unused - +EXTRA_CFLAGS += -Wno-implicit-fallthrough EXTRA_CFLAGS += -Wno-uninitialized EXTRA_CFLAGS += -I$(src)/include @@ -26,8 +26,6 @@ export TopDIR ?= $(shell pwd) -MSG="Directory .git does not exist indicating that you downloaded the source as a zip file. Only the 'git clone' method is now supported." - OUTSRC_FILES := \ hal/HalHWImg8188E_MAC.o \ hal/HalHWImg8188E_BB.o \ @@ -146,11 +144,6 @@ endif -all: test modules - -test: - @if [ ! -e ./.git ] ; then echo $(MSG); exit 1; fi; - modules: $(MAKE) ARCH=$(ARCH) CROSS_COMPILE=$(CROSS_COMPILE) -C $(KSRC) M=$(shell pwd) modules