From 325a40b4d1a761a4a2654bbd8f4ab0aa52a0c095 Mon Sep 17 00:00:00 2001 From: Gustavo Henrique Nihei Date: Fri, 20 Aug 2021 10:13:26 -0300 Subject: [PATCH] boot/mcuboot: Deactivate warnings to enable build of MCUboot library Signed-off-by: Gustavo Henrique Nihei --- boot/mcuboot/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boot/mcuboot/Makefile b/boot/mcuboot/Makefile index 7e8005881..3fca9bc27 100644 --- a/boot/mcuboot/Makefile +++ b/boot/mcuboot/Makefile @@ -50,6 +50,8 @@ PRIORITY = SCHED_PRIORITY_DEFAULT STACKSIZE = $(CONFIG_DEFAULT_TASK_STACKSIZE) endif +CFLAGS += -Wno-undef + CSRCS := mcuboot/boot/bootutil/src/boot_record.c \ mcuboot/boot/bootutil/src/bootutil_misc.c \ mcuboot/boot/bootutil/src/bootutil_public.c \