If Bluetooth IPSP is enabled, then set the http client to use it. Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
10 lines
159 B
Makefile
10 lines
159 B
Makefile
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
include $(ZEPHYR_BASE)/samples/net/common/Makefile.common
|
|
|
|
obj-y += main.o
|