transport: Add CONFI_WS_TRANSPORT for optimize the code size

* Original commit: espressif/esp-idf@8b02c9026a
This commit is contained in:
liuhan
2021-04-16 17:23:18 +08:00
committed by gabsuren
parent fbdbd550c0
commit 9118e0f044
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,4 @@
ifdef CONFIG_WS_TRANSPORT
COMPONENT_SRCDIRS := .
COMPONENT_ADD_INCLUDEDIRS := include
endif