File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ endif
353353# create the config headers
354354.PHONY : do-sdkconfig
355355do-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
357357$(BUILD ) /esp-idf/config/sdkconfig.h : boards/$(BOARD ) /sdkconfig CMakeLists.txt | $(BUILD ) /esp-idf
358358 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 )
359359
Original file line number Diff line number Diff line change 5555PATTERN_DOCS = (
5656 r"^(?:\.github|docs|extmod\/ulab)|"
5757 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 )$"
5959)
6060
6161PATTERN_WINDOWS = {
You can’t perform that action at this time.
0 commit comments