File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ endif
70
70
HELP_BUILD_ERROR ?= "See \033[1;31mhttps://github.com/micropython/micropython/wiki/Build-Troubleshooting\033[0m"
71
71
72
72
define RUN_IDF_PY
73
- idf.py $(IDFPY_FLAGS ) -B $(BUILD ) $(1 )
73
+ $( Q ) idf.py $(IDFPY_FLAGS ) -B $(BUILD ) $(1 )
74
74
endef
75
75
76
76
all :
77
- idf.py $(IDFPY_FLAGS ) -B $(BUILD ) build || (echo -e $( HELP_BUILD_ERROR) ; false)
78
- @ $(PYTHON ) makeimg.py \
77
+ $( Q ) idf.py $(IDFPY_FLAGS ) -B $(BUILD ) build || (echo -e $( HELP_BUILD_ERROR) ; false)
78
+ $( Q ) $(PYTHON ) makeimg.py \
79
79
$(BUILD ) /sdkconfig \
80
80
$(BUILD ) /bootloader/bootloader.bin \
81
81
$(BUILD ) /partition_table/partition-table.bin \
@@ -112,4 +112,4 @@ size-files:
112
112
# This is done in a dedicated build directory as some CMake cache values are not
113
113
# set correctly if not all submodules are loaded yet.
114
114
submodules :
115
- IDF_COMPONENT_MANAGER=0 idf.py $(IDFPY_FLAGS ) -B $(BUILD ) /submodules -D UPDATE_SUBMODULES=1 reconfigure
115
+ $( Q ) IDF_COMPONENT_MANAGER=0 idf.py $(IDFPY_FLAGS ) -B $(BUILD ) /submodules -D UPDATE_SUBMODULES=1 reconfigure
You can’t perform that action at this time.
0 commit comments