mirror of
https://github.com/espressif/openthread.git
synced 2026-08-06 02:37:47 +00:00
[efr32] remove -Wundef for SDK sources (#4565)
Restore the lines accidentally removed by commit 609665d.
This commit is contained in:
Vendored
+4
@@ -58,6 +58,10 @@ override CXXFLAGS := $(filter-out -pedantic-errors,$(CXXFLAGS))
|
||||
override CFLAGS := $(filter-out -Wshadow,$(CFLAGS))
|
||||
override CXXFLAGS := $(filter-out -Wshadow,$(CXXFLAGS))
|
||||
|
||||
# Do not enable -Wundef for Silicon Labs SDK sources
|
||||
override CFLAGS := $(filter-out -Wundef,$(CFLAGS))
|
||||
override CXXFLAGS := $(filter-out -Wundef,$(CXXFLAGS))
|
||||
|
||||
EFR32_BOARD_DIR = $(shell echo $(BOARD) | tr A-Z a-z)
|
||||
|
||||
SDK_SRC_DIR = $(top_srcdir)/third_party/silabs/gecko_sdk_suite/v2.7
|
||||
|
||||
Reference in New Issue
Block a user