Add espressif directory to .mbedignore
The old mbed CLI 1 tool, currently used to compile the MCUboot port for Mbed™ OS, compiles all files unless otherwise specified in .mbedignore. The espressif directory in the boot folder was added to the ignore file to prevent failed builds. Signed-off-by: Sudarshan Sreeram <sudarshan.sreeram@arm.com> Signed-off-by: David Brown <david.brown@linaro.org>
This commit is contained in:
parent
e933e586ec
commit
900249cc98
|
@ -2,6 +2,7 @@ boot/boot_serial/*
|
|||
boot/mynewt/*
|
||||
boot/zephyr/*
|
||||
boot/cypress/*
|
||||
boot/espressif/*
|
||||
ci/*
|
||||
docs/*
|
||||
ptest/*
|
||||
|
@ -16,4 +17,4 @@ ext/mbedtls-asn1/*
|
|||
ext/nrf/*
|
||||
ext/tinycrypt/tests/*
|
||||
ext/tinycrypt/*
|
||||
ext/tinycrypt-sha512/*
|
||||
ext/tinycrypt-sha512/*
|
||||
|
|
Loading…
Reference in New Issue