fix(bootloader): handle extra component dirs in v1 subproject

Closes https://github.com/espressif/esp-idf/issues/18651
This commit is contained in:
Konstantin Kondrashov
2026-06-03 13:59:29 +03:00
committed by Konstantin Kondrashov
parent 8f00dfc74b
commit dcd9dbc0dc
16 changed files with 141 additions and 16 deletions

View File

@@ -0,0 +1 @@
idf_component_register(SRCS "extra_component5.c")

View File

@@ -0,0 +1,9 @@
/*
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
void bootloader_extra_component5_marker(void)
{
}