boot/mcuboot: Deactivate warnings to enable build of MCUboot library

Signed-off-by: Gustavo Henrique Nihei <gustavo.nihei@espressif.com>
This commit is contained in:
Gustavo Henrique Nihei 2021-08-20 10:13:26 -03:00 committed by Alan Carvalho de Assis
parent ea5eb0c1d0
commit 325a40b4d1

View File

@ -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 \