2016-09-06 23:28:24 +08:00
|
|
|
# Makefile - Bluetooth handsfree HF sample makefile
|
|
|
|
|
|
|
|
#
|
|
|
|
# Copyright (c) 2015-2016 Intel Corporation
|
|
|
|
#
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-09-06 23:28:24 +08:00
|
|
|
#
|
|
|
|
|
|
|
|
# DESCRIPTION
|
|
|
|
# Makefile for the Bluetooth handsfree profile HF side
|
|
|
|
BOARD ?= qemu_x86
|
|
|
|
CONF_FILE = prj.conf
|
|
|
|
QEMU_EXTRA_FLAGS = -serial unix:/tmp/bt-server-bredr
|
|
|
|
|
|
|
|
include $(ZEPHYR_BASE)/Makefile.inc
|