16 lines
340 B
Makefile
16 lines
340 B
Makefile
# Makefile - Bluetooth handsfree HF sample makefile
|
|
|
|
#
|
|
# Copyright (c) 2015-2016 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
# 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
|