#
# Makefile for the Linux Bluetooth BNEP layer.
#

subdir-ccflags-y += -DBVD_KERNEL_VERSION=$(VERSION)
subdir-ccflags-y += -DBVD_KERNEL_PATCHLEVEL=$(PATCHLEVEL)
subdir-ccflags-y += -DBVD_KERNEL_SUBLEVEL=$(SUBLEVEL)

obj-$(CONFIG_BT_EVOBVD) += evo_bvd.o

evo_bvd-objs := bvd_if_dev.o bvd_net_dev.o bvd_tty_dev.o
