This is done so that both http_client and http_server functionality can share the same heap. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
7 lines
220 B
Makefile
7 lines
220 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
|
|
obj-$(CONFIG_HTTP) += http.o
|