Http client OTA (#553)
This commit is contained in:
parent
33082ba2c9
commit
b77380bad1
9 changed files with 712 additions and 0 deletions
10
extras/http_client_ota/component.mk
Normal file
10
extras/http_client_ota/component.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Component makefile for extras/http_client_ota
|
||||
|
||||
# Expected anyone using http_client_ota includes it as 'http_client_ota/ota'
|
||||
INC_DIRS += $(http_client_ota_ROOT)
|
||||
|
||||
# args for passing into compile rule generation
|
||||
http_client_ota_INC_DIR = $(http_client_ota_ROOT)
|
||||
http_client_ota_SRC_DIR = $(http_client_ota_ROOT)
|
||||
|
||||
$(eval $(call component_compile_rules,http_client_ota))
|
||||
Loading…
Add table
Add a link
Reference in a new issue