This https-client sample starts to send HTTP GET/HEAD/POST requests same way as http-client, to https server that can be found in net-tools repository. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
12 lines
229 B
Makefile
12 lines
229 B
Makefile
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE ?= prj_$(BOARD).conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|