浏览代码

[bt-6710]add http_server

balbekova 5 年之前
父节点
当前提交
b5ccdc5cd1
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      modules/Makefile

+ 3 - 0
modules/Makefile

@@ -113,6 +113,9 @@ INCLUDES += -I../thirdparty/cjson
 ifeq ($(HARDWARE), bt6703) 	
    CSRC += $(wildcard HTTP_Server/my_ssl_server.c)
 endif  
+ifeq ($(HARDWARE), bt6710) 	
+   CSRC += $(wildcard HTTP_Server/http_server.c)
+endif  
 ifneq (,$(filter $(HARDWARE),bt6707 bt6709))
 	INCLUDES += -Icli
 	CSRC += $(wildcard cli/*.c)