Updated to latest libesphttpd

This commit is contained in:
2017-01-22 19:24:00 +01:00
parent 88a556805b
commit 97e016ca4d
6 changed files with 12 additions and 14 deletions
+1 -3
View File
@@ -187,9 +187,7 @@ endef
all: checkdirs $(TARGET_OUT) $(FW_BASE)
libesphttpd/Makefile:
$(Q) echo "No libesphttpd submodule found. Using git to fetch it..."
$(Q) git submodule init
$(Q) git submodule update
$(Q) [[ -e "libesphttpd/Makefile" ]] || echo -e "\e[31mlibesphttpd submodule missing.\nIf build fails, run \"git submodule init\" and \"git submodule update\".\e[0m"
libesphttpd: libesphttpd/Makefile
$(Q) make -C libesphttpd USE_OPENSDK=$(USE_OPENSDK)