mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 20:24:32 +02:00
Merge branch 'bugfix/bootloader_include_priv' into 'master'
bootloader_support: Rename include_priv directory to include_bootloader See merge request idf/esp-idf!2686
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
COMPONENT_ADD_INCLUDEDIRS := include
|
COMPONENT_ADD_INCLUDEDIRS := include
|
||||||
COMPONENT_PRIV_INCLUDEDIRS := include_priv
|
|
||||||
|
|
||||||
ifdef IS_BOOTLOADER_BUILD
|
ifdef IS_BOOTLOADER_BUILD
|
||||||
# share "private" headers with the bootloader component
|
# share "include_bootloader" headers with bootloader main component
|
||||||
# eventual goal: all functionality that needs this lives in bootloader_support
|
COMPONENT_ADD_INCLUDEDIRS += include_bootloader
|
||||||
COMPONENT_ADD_INCLUDEDIRS += include_priv
|
else
|
||||||
|
COMPONENT_PRIV_INCLUDEDIRS := include_bootloader
|
||||||
endif
|
endif
|
||||||
|
|
||||||
COMPONENT_SRCDIRS := src
|
COMPONENT_SRCDIRS := src
|
||||||
|
Reference in New Issue
Block a user