From 0728fa1518c10f19e09c487f3eafe56a7643fe20 Mon Sep 17 00:00:00 2001 From: Jeroen Domburg Date: Thu, 7 Jan 2016 12:02:22 +0800 Subject: [PATCH] Also pass USE_OPENSDK var to libesphttpd make system --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e2a2ebe..e8a138e 100644 --- a/Makefile +++ b/Makefile @@ -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 $@"