summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2021-03-18 16:52:07 -0500
committerJeff Epler <jepler@gmail.com>2021-03-18 16:54:11 -0500
commit0b22a9397a853ae985925664efbbae3c95088ee8 (patch)
treef3b2cb44210393bba43522f319b20d53df2e972b
parent0ba0fae4951428eb2abc3dbbb027b2f140d34302 (diff)
mimxrt: Quiet some warnings down in the sdk
Closes #2487
-rw-r--r--ports/mimxrt10xx/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/mimxrt10xx/Makefile b/ports/mimxrt10xx/Makefile
index 04949bf01..33507086e 100644
--- a/ports/mimxrt10xx/Makefile
+++ b/ports/mimxrt10xx/Makefile
@@ -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 \