2015-12-15 23:19:21 +08:00
|
|
|
# Makefile - Bluetooth LE central sample makefile
|
|
|
|
|
|
|
|
#
|
2016-06-10 17:10:18 +08:00
|
|
|
# Copyright (c) 2015-2016 Intel Corporation
|
2015-12-15 23:19:21 +08:00
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2015-12-15 23:19:21 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
# Makefile for the Bluetooth LE central role sample
|
2015-12-14 04:00:31 +08:00
|
|
|
BOARD ?= qemu_x86
|
2016-01-18 17:05:42 +08:00
|
|
|
CONF_FILE = prj.conf
|
2015-12-15 23:19:21 +08:00
|
|
|
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
|
|
|
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|