forked from espressif/esp-idf
xtensa: Disable component on esp32c3
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user