소스 검색

esp32: make sure esp32/max80/src actually exists

H. Peter Anvin 1 년 전
부모
커밋
3983c49350
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      esp32/Makefile

+ 1 - 0
esp32/Makefile

@@ -39,6 +39,7 @@ $(TARGET): $(shell find $(SKETCH) -type f) $(GENFILES) $(common)
 		$(ARDUINO_CLI) compile $(ARDUINO_OPTS)
 
 $(common):
+	mkdir -p $(@D)
 	cd $(@D) && ln -sf ../../../common .
 
 .PHONY: zip