Jelajahi Sumber

esp32: make sure esp32/max80/src actually exists

H. Peter Anvin 1 tahun lalu
induk
melakukan
3983c49350
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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