Skip to content

Commit fa2083e

Browse files
committed
Update menuconfig target according to the latest API
1 parent 082951b commit fa2083e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

builder/frameworks/espidf.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -925,11 +925,8 @@ def find_default_component(target_configs):
925925
# Target: ESP-IDF menuconfig
926926
#
927927

928-
AlwaysBuild(
929-
env.Alias(
930-
"menuconfig", None, [env.VerboseAction(RunMenuconfig, "Running menuconfig...")]
931-
)
932-
)
928+
env.AddPlatformTarget("menuconfig", None, [env.VerboseAction(
929+
RunMenuconfig, "Running menuconfig...")], "Run Menuconfig")
933930

934931
#
935932
# Process main parts of the framework

0 commit comments

Comments
 (0)