changes for kernel v6.8

This commit is contained in:
5kft 2024-01-21 08:10:45 -08:00 committed by adamg
parent 306f3e62cf
commit a8aba44e14
3 changed files with 7 additions and 1 deletions

View file

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