HTTP parser intergation
This commit is contained in:
parent
e2e6f35288
commit
be29bba141
3 changed files with 15 additions and 0 deletions
11
extras/http-parser/component.mk
Normal file
11
extras/http-parser/component.mk
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Component makefile for extras/http-parser
|
||||
|
||||
# Include it as 'http-parser/http_parser.h'
|
||||
INC_DIRS += $(http-parser_ROOT)http-parser
|
||||
|
||||
# args for passing into compile rule generation
|
||||
http-parser_INC_DIR =
|
||||
http-parser_SRC_DIR = $(http-parser_ROOT)http-parser
|
||||
http-parser_SRC_FILES = $(http-parser_SRC_DIR)/http_parser.c
|
||||
|
||||
$(eval $(call component_compile_rules,http-parser))
|
||||
Loading…
Add table
Add a link
Reference in a new issue