mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-10 23:33:06 +00:00
changes for kernel v6.8
This commit is contained in:
parent
306f3e62cf
commit
a8aba44e14
3 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,6 +7,8 @@ EXTRA_CFLAGS += -Wno-unused-parameter
|
|||
EXTRA_CFLAGS += -Wno-unused-function
|
||||
EXTRA_CFLAGS += -Wno-unused
|
||||
EXTRA_CFLAGS += -Wno-uninitialized
|
||||
EXTRA_CFLAGS += -Wno-missing-prototypes
|
||||
EXTRA_CFLAGS += -Wno-missing-declarations
|
||||
|
||||
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
|
||||
ifeq ($(GCC_VER_49),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue