Skip to content

Commit 0b22a93

Browse files
committed
mimxrt: Quiet some warnings down in the sdk
Closes #2487
1 parent 0ba0fae commit 0b22a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/mimxrt10xx/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ SRC_SDK := \
146146
system_$(CHIP_FAMILY).c \
147147

148148
SRC_SDK := $(addprefix sdk/devices/$(CHIP_FAMILY)/, $(SRC_SDK))
149+
$(addprefix $(BUILD)/, $(SRC_SDK:.c=.o)): CFLAGS += -Wno-undef
149150

150151
SRC_C += \
151152
background.c \

0 commit comments

Comments
 (0)