xtensa: Disable component on esp32c3

This commit is contained in:
Angus Gratton
2020-12-22 19:51:37 +11:00
parent 1741ae941e
commit af845b7de2

View File

@@ -1,5 +1,7 @@
idf_build_get_property(target IDF_TARGET)
if(${target} STREQUAL "esp32c3")
return()
endif()
if(BOOTLOADER_BUILD)
# bootloader only needs headers from this component
set(priv_requires soc)