summaryrefslogtreecommitdiff
path: root/samples/net/mqtt_publisher/src/Makefile
blob: bd5dd34b81f37acede95ebe5c81a106c26f30c03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
#

obj-y += main.o

ifeq ($(CONFIG_NET_L2_BLUETOOTH), y)
ccflags-y +=-I${ZEPHYR_BASE}/samples/bluetooth/
obj-y += ../../../bluetooth/gatt/ipss.o
endif