#
# Makefile for the Linux Bluetooth BNEP layer
#

O_TARGET := bnep.o

obj-y	 := core.o sock.o netdev.o
obj-m    += $(O_TARGET)

include $(TOPDIR)/Rules.make
