2016-10-05 06:36:40 +08:00
|
|
|
# Makefile - echo client test application
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-10-05 06:36:40 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
BOARD ?= qemu_x86
|
2017-07-29 01:08:23 +08:00
|
|
|
CONF_FILE ?= prj.conf
|
2016-10-05 06:36:40 +08:00
|
|
|
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|
|
|
|
|
2016-11-02 08:26:36 +08:00
|
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|