xtensa: simplify build script

This commit is contained in:
Renz Bagaporo
2021-01-22 23:06:37 +08:00
parent 1efdcd69d9
commit d920aa52be
2 changed files with 11 additions and 16 deletions

View File

@@ -1,7 +1,9 @@
idf_build_get_property(target IDF_TARGET)
if(NOT "${target}" STREQUAL "esp32c3")
return()
endif()
if(BOOTLOADER_BUILD)
set(priv_requires soc)
else()