Also pass USE_OPENSDK var to libesphttpd make system

This commit is contained in:
Jeroen Domburg
2016-01-07 12:02:22 +08:00
parent 3be1b2ead8
commit 0728fa1518
+1 -1
View File
@@ -188,7 +188,7 @@ libesphttpd/Makefile:
$(Q) git submodule update
libesphttpd: libesphttpd/Makefile
$(Q) make -C libesphttpd
$(Q) make -C libesphttpd USE_OPENSDK=$(USE_OPENSDK)
$(APP_AR): libesphttpd $(OBJ)
$(vecho) "AR $@"