Added automatic libesphttpd fetch
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[submodule "libesphttpd"]
|
||||
path = libesphttpd
|
||||
url = http://git.spritesserver.nl/libesphttpd.git/
|
||||
@@ -116,8 +116,13 @@ endef
|
||||
|
||||
all: checkdirs $(TARGET_OUT) $(FW_BASE)
|
||||
|
||||
libesphttpd:
|
||||
make -C libesphttpd
|
||||
libesphttpd/Makefile:
|
||||
$(Q) echo "No libesphttpd submodule found. Using git to fetch it..."
|
||||
$(Q) git submodule init
|
||||
$(Q) git submodule update
|
||||
|
||||
libesphttpd: libesphttpd/Makefile
|
||||
$(Q) make -C libesphttpd
|
||||
|
||||
$(TARGET_OUT): $(APP_AR) libesphttpd
|
||||
$(vecho) "LD $@"
|
||||
|
||||
Submodule
+1
Submodule libesphttpd added at c35a585ebf
Reference in New Issue
Block a user