Skip to content

Commit 9e3f130

Browse files
committed
Add BOOTUTIL_LIBARY_BUILD macro inside json file
1 parent f630f81 commit 9e3f130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mbed_app_bootutil.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@
1818
"MBED_FAULT_HANDLER_DISABLED",
1919
"USE_USB_HS",
2020
"LOWSPEED=1",
21-
"MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\""],
21+
"MBEDTLS_USER_CONFIG_FILE=\"mbedtls_config.h\"",
22+
"BOOTUTIL_LIBARY_BUILD=1"
23+
],
2224
"config": {
2325
"serial-bootloader-enable": {
2426
"help": "Build bootloader with serial update support",

0 commit comments

Comments
 (0)