mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/set_mconf_idf_build_dir' into 'master'
cmake: set build dir for mconf-idf See merge request espressif/esp-idf!5819
This commit is contained in:
@@ -67,7 +67,7 @@ function(__kconfig_init)
|
|||||||
externalproject_add(mconf-idf
|
externalproject_add(mconf-idf
|
||||||
SOURCE_DIR ${src_path}
|
SOURCE_DIR ${src_path}
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BINARY_DIR "kconfig_bin"
|
BINARY_DIR "${CMAKE_BINARY_DIR}/kconfig_bin"
|
||||||
BUILD_COMMAND rm -f ${src_path}/zconf.lex.c ${src_path}/zconf.hash.c
|
BUILD_COMMAND rm -f ${src_path}/zconf.lex.c ${src_path}/zconf.hash.c
|
||||||
COMMAND make -f ${src_path}/Makefile mconf-idf
|
COMMAND make -f ${src_path}/Makefile mconf-idf
|
||||||
BUILD_BYPRODUCTS ${MCONF}
|
BUILD_BYPRODUCTS ${MCONF}
|
||||||
|
Reference in New Issue
Block a user