d664e32394
For config-only components, component.mk should now contain "COMPONENT_CONFIG_ONLY := 1" Also refactored some of the generation of linker paths, library list. This required cleaning up the way the bootloader project works, it's now mostly independent from the parent.
4 lines
219 B
Makefile
4 lines
219 B
Makefile
# Submodules normally added in component.mk, but fully qualified
|
|
# paths can be added at this level (we need binary librtc to be
|
|
# available to link bootloader).
|
|
COMPONENT_SUBMODULES += $(IDF_PATH)/components/esp32/lib
|