Переглянути джерело

bootloader_support: Rename include_priv directory to include_bootloader

Old rationale for "priv" no longer applies.

As reported here: https://esp32.com/viewtopic.php?f=13&t=6155&p=27151#p26601
Angus Gratton 7 роки тому
батько
коміт
fbec7de7f8

+ 4 - 4
components/bootloader_support/component.mk

@@ -1,10 +1,10 @@
 COMPONENT_ADD_INCLUDEDIRS := include
-COMPONENT_PRIV_INCLUDEDIRS := include_priv
 
 ifdef IS_BOOTLOADER_BUILD
-# share "private" headers with the bootloader component
-# eventual goal: all functionality that needs this lives in bootloader_support
-COMPONENT_ADD_INCLUDEDIRS += include_priv
+# share "include_bootloader" headers with bootloader main component
+COMPONENT_ADD_INCLUDEDIRS += include_bootloader
+else
+COMPONENT_PRIV_INCLUDEDIRS := include_bootloader
 endif
 
 COMPONENT_SRCDIRS := src

+ 0 - 0
components/bootloader_support/include_priv/bootloader_config.h → components/bootloader_support/include_bootloader/bootloader_config.h


+ 0 - 0
components/bootloader_support/include_priv/bootloader_flash.h → components/bootloader_support/include_bootloader/bootloader_flash.h


+ 0 - 0
components/bootloader_support/include_priv/bootloader_init.h → components/bootloader_support/include_bootloader/bootloader_init.h


+ 0 - 0
components/bootloader_support/include_priv/bootloader_random.h → components/bootloader_support/include_bootloader/bootloader_random.h


+ 0 - 0
components/bootloader_support/include_priv/bootloader_sha.h → components/bootloader_support/include_bootloader/bootloader_sha.h


+ 0 - 0
components/bootloader_support/include_priv/bootloader_utility.h → components/bootloader_support/include_bootloader/bootloader_utility.h


+ 0 - 0
components/bootloader_support/include_priv/flash_qio_mode.h → components/bootloader_support/include_bootloader/flash_qio_mode.h