mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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:
parent
ea5eb0c1d0
commit
325a40b4d1
1 changed files with 2 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue