esp-open-rtos/extras/http-parser/component.mk
Ruslan V. Uss e7e6df6358 HTTP parser intergation (#263)
* HTTP parser intergation

* include path fixed
2016-11-23 17:58:02 +02:00

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))