The global mbedtls heap is set automatically now so no need to set it individually in the http library. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
5 lines
191 B
Makefile
5 lines
191 B
Makefile
ccflags-$(CONFIG_HTTP_PARSER_STRICT) += -DHTTP_PARSER_STRICT
|
|
|
|
obj-$(CONFIG_HTTP_PARSER) := http_parser.o
|
|
obj-$(CONFIG_HTTP_CLIENT) += http_client.o
|
|
obj-$(CONFIG_HTTP_SERVER) += http_server.o
|