|
@@ -104,6 +104,8 @@ ifeq ($(HARDWARE), bt6703)
|
|
|
CSRC += $(wildcard HTTP_Server/my_ssl_server.c)
|
|
|
endif
|
|
|
ifneq (,$(filter $(HARDWARE),bt6707 bt6709))
|
|
|
+ INCLUDES += -Icli
|
|
|
+ CSRC += $(wildcard cli/*.c)
|
|
|
#INCLUDES += -ITelnet_Server
|
|
|
CSRC += $(wildcard HTTP_Server/http_server.c)
|
|
|
#CSRC += $(wildcard Telnet_Server/*.c)
|