summaryrefslogtreecommitdiff
path: root/samples/net/http_client/src/Makefile
blob: 32a9e074c365c4ff22f95e101325a8db8e3ef61e (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

obj-y += main.o
obj-y += tcp_client.o
obj-y += http_client.o
obj-y += http_client_rcv.o
obj-y += http_client_cb.o