File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ endif
353
353
# create the config headers
354
354
.PHONY : do-sdkconfig
355
355
do-sdkconfig : $(BUILD ) /esp-idf/config/sdkconfig.h
356
- Makefile : $(BUILD ) /esp-idf/config/sdkconfig.h
356
+ $( BUILD ) /genhdr/qstr.i.last : $(BUILD ) /esp-idf/config/sdkconfig.h
357
357
$(BUILD ) /esp-idf/config/sdkconfig.h : boards/$(BOARD ) /sdkconfig CMakeLists.txt | $(BUILD ) /esp-idf
358
358
IDF_PATH=$(IDF_PATH ) cmake -S . -B $(BUILD ) /esp-idf -DSDKCONFIG=$(BUILD ) /esp-idf/sdkconfig -DSDKCONFIG_DEFAULTS=" $( SDKCONFIGS) " -DCMAKE_TOOLCHAIN_FILE=$(IDF_PATH ) /tools/cmake/toolchain-$(IDF_TARGET ) .cmake -DIDF_TARGET=$(IDF_TARGET ) -GNinja -DCIRCUITPY_ESPCAMERA=$(CIRCUITPY_ESPCAMERA )
359
359
Original file line number Diff line number Diff line change 55
55
PATTERN_DOCS = (
56
56
r"^(?:\.github|docs|extmod\/ulab)|"
57
57
r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|\.readthedocs\.yml|conf\.py|requirements-doc\.txt)$|"
58
- r"(?:-stubs|\.(?:md|MD|rst|RST))$"
58
+ r"(?:-stubs|\.(?:md|MD|mk| rst|RST)|/Makefile )$"
59
59
)
60
60
61
61
PATTERN_WINDOWS = {
You can’t perform that action at this time.
0 commit comments