mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-05 04:49:21 +00:00
build-system: add property for architecture (riscv/xtensa)
riscv/xtensa is now a common component.
This commit is contained in:
@@ -9,5 +9,5 @@ if(NOT BOOTLOADER_BUILD)
|
||||
set(legacy_reqs soc)
|
||||
endif()
|
||||
|
||||
idf_component_register(REQUIRES riscv "${legacy_reqs}"
|
||||
idf_component_register(REQUIRES "${legacy_reqs}"
|
||||
REQUIRED_IDF_TARGETS esp32c3)
|
||||
|
Reference in New Issue
Block a user