16 lines
319 B
Makefile
16 lines
319 B
Makefile
# Makefile - coap server test application
|
|
|
|
#
|
|
# Copyright (c) 2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
BOARD ?= qemu_x86
|
|
CONF_FILE ?= prj.conf
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.ipstack
|
|
|
|
# QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|