summaryrefslogtreecommitdiff
path: root/samples/net/http_server/src/Makefile
blob: 5219783b92f10499b5658e2ed0e9ffbc47e4b3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

obj-y += main.o
obj-y += http_utils.o
obj-y += http_server.o
obj-y += http_write_utils.o
ifdef CONFIG_MBEDTLS
obj-y += https_server.o ssl_utils.o
endif