swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 64291f7db5bd8150a74ad2036f1037e6a0428df2 authored by Linus Torvalds on 30 August 2015, 18:34:09 UTC
Linux 4.2
Tip revision: 64291f7
Makefile
#
# Makefile for the Linux Bluetooth BNEP layer.
#

obj-$(CONFIG_BT_BNEP) += bnep.o

bnep-objs := core.o sock.o netdev.o
back to top