esp-open-rtos/extras/http-parser/component.mk
2016-11-06 08:55:21 +05: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))