summaryrefslogtreecommitdiff
path: root/samples/net/mbedtls_sslclient/Makefile
blob: 80dcd69d7b067c2581f40d1cd5424837394b4d87 (plain)
1
2
3
4
5
6
7
8
9
10
#
# Copyright (c) 2016 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

BOARD ?= galileo
CONF_FILE ?= prj_$(BOARD).conf

include $(ZEPHYR_BASE)/Makefile.inc