e7e6df6358
* HTTP parser intergation * include path fixed
11 lines
359 B
Makefile
11 lines
359 B
Makefile
# Component makefile for extras/http-parser
|
|
|
|
# Include it as 'http-parser/http_parser.h'
|
|
INC_DIRS += $(http-parser_ROOT)
|
|
|
|
# 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))
|