mimxrt: Quiet some warnings down in the sdk

Closes #2487
This commit is contained in:
Jeff Epler 2021-03-18 16:52:07 -05:00
parent 0ba0fae495
commit 0b22a9397a

View File

@ -146,6 +146,7 @@ SRC_SDK := \
system_$(CHIP_FAMILY).c \
SRC_SDK := $(addprefix sdk/devices/$(CHIP_FAMILY)/, $(SRC_SDK))
$(addprefix $(BUILD)/, $(SRC_SDK:.c=.o)): CFLAGS += -Wno-undef
SRC_C += \
background.c \