extras/httpd and http_server example

This commit is contained in:
lujji 2017-01-08 01:28:45 +00:00
parent 2b915c11c7
commit 281d616cf1
18 changed files with 5040 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Component makefile for extras/httpd
# expected anyone using httpd includes it as 'httpd/httpd.h'
INC_DIRS += $(httpd_ROOT)..
# args for passing into compile rule generation
httpd_SRC_DIR = $(httpd_ROOT)
$(eval $(call component_compile_rules,httpd))