mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 12:33:40 +00:00
Remove useless build flag
This commit is contained in:
parent
af9277ea3b
commit
edae986dcc
1 changed files with 0 additions and 5 deletions
5
Makefile
5
Makefile
|
@ -15,11 +15,6 @@ EXTRA_CFLAGS += -Wno-unused-function
|
||||||
EXTRA_CFLAGS += -Wno-unused
|
EXTRA_CFLAGS += -Wno-unused
|
||||||
EXTRA_CFLAGS += -Wno-uninitialized
|
EXTRA_CFLAGS += -Wno-uninitialized
|
||||||
|
|
||||||
GCC_VER_49 := $(shell echo `$(CC) -dumpversion | cut -f1-2 -d.` \>= 4.9 | bc )
|
|
||||||
ifeq ($(GCC_VER_49),1)
|
|
||||||
EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later
|
|
||||||
endif
|
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(src)/include
|
EXTRA_CFLAGS += -I$(src)/include
|
||||||
EXTRA_CFLAGS += -I$(src)/hal/phydm
|
EXTRA_CFLAGS += -I$(src)/hal/phydm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue