Jira: ZEP-941 Change-Id: Ia49087b75b33bcedb1b77b6a062368281c41e479 Signed-off-by: Sergio Rodriguez <sergio.sf.rodriguez@intel.com>
15 lines
281 B
Makefile
15 lines
281 B
Makefile
# Makefile - CoAP secure client test application
|
|
|
|
#
|
|
# Copyright (c) 2015 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
|